2.3.1
7 May 24
Toggle Dropdown
Version 2
2.6.0-beta.106
1 Apr 25
2.5.1
7 Feb 25
2.5.0
1 Dec 24
2.4.0
27 May 24
2.3.1
7 May 24
2.3.0
5 Feb 24
2.2.1
21 Apr 23
2.2.0
17 Apr 23
2.1.1
18 Feb 23
2.1.0
18 Feb 23
2.0.0
15 Nov 22
Compare to version...
with 2.3.0
Toggle Dropdown
Version 2
2.6.0-beta.106
1 Apr 25
2.5.1
7 Feb 25
2.5.0
1 Dec 24
2.4.0
27 May 24
2.3.1
7 May 24
2.3.0
5 Feb 24
2.2.1
21 Apr 23
2.2.0
17 Apr 23
2.1.1
18 Feb 23
2.1.0
18 Feb 23
2.0.0
15 Nov 22
Download Package
Open in NuGet
<
PackageReference
Include
=
"BouncyCastle.Cryptography"
Version
=
"2.3.1"
/>
API Differences between 2.3.1 and 2.3.0
4
Additions
0
Removals
Org.BouncyCastle.Crypto.Tls
public
static
class
TlsRsaKeyExchange
public
const
int
PreMasterSecretLength
=
48
public
static
byte
[]
DecryptPreMasterSecret
(
byte
[]
buf
,
int
off
,
int
len
,
RsaKeyParameters
privateKey
,
int
protocolVersion
,
SecureRandom
secureRandom
)
public
static
int
GetInputLimit
(
RsaKeyParameters
privateKey
)