- 01 6月, 2014 15 次提交
-
-
Generates a number coprime to 2, 3, 5, 7, 11. Speed: Trial div (add) : trial div (retry) : coprime 1 : 0.42 : 0.84
-
-
-
~2% speed improvement on trial division.
-
Possibly some reduction in bias, but no speed gains.
-
-
-
-
-
-
-
-
由 Dr. Stephen Henson 提交于
-
由 David Ramos 提交于
Make sure there is an extra 4 bytes for server done message when NETSCAPE_HANG_BUG is defined. PR#3361
-
由 David Ramos 提交于
PR#3313
-
- 31 5月, 2014 4 次提交
-
-
由 Dr. Stephen Henson 提交于
PR#3319
-
由 Dr. Stephen Henson 提交于
-
由 Hubert Kario 提交于
the verify app man page didn't describe the usage of attime option even though it was listed as a valid option in the -help message. This patch fixes this omission.
-
由 Hubert Kario 提交于
While the -help message references this option, the man page doesn't mention the -no_ecdhe option. This patch fixes this omission.
-
- 30 5月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: Ard Biesheuvel.
-
- 29 5月, 2014 4 次提交
-
-
由 Dr. Stephen Henson 提交于
PR#3249
-
由 František Bořánek 提交于
PR#3278
-
由 Martin Kaiser 提交于
-
由 Andy Polyakov 提交于
10-19% improvement depending on key length and endianness.
-
- 28 5月, 2014 1 次提交
-
-
由 Peter Mosmans 提交于
-
- 27 5月, 2014 2 次提交
-
-
由 Matt Caswell 提交于
-
由 Matt Caswell 提交于
-
- 26 5月, 2014 5 次提交
-
-
由 Juli Mallett 提交于
Closes #74.
-
由 Matt Caswell 提交于
-
由 Ben Laurie 提交于
Closes #31.
-
由 Christian Heimes 提交于
-
由 Christian Heimes 提交于
-
- 25 5月, 2014 3 次提交
-
-
由 Dr. Stephen Henson 提交于
When looking for the issuer of a certificate, if current candidate is expired, continue looking. Only return an expired certificate if no valid certificates are found. PR#3359
-
由 Dr. Stephen Henson 提交于
-
由 Matt Caswell 提交于
-
- 24 5月, 2014 5 次提交
-
-
由 Ben Laurie 提交于
-
由 Martin Kaiser 提交于
-
由 Martin Kaiser 提交于
Add an NSS output format to sess_id to export to export the session id and the master key in NSS keylog format. PR#3352
-
subjectAltName field. The Name Contraint example in x509v3_config(5) even use IP as an example: nameConstraints=permitted;IP:192.168.0.0/255.255.0.0 However, until now, the verify code for IP name contraints did not exist. Any check with a IP Address Name Constraint results in a "unsupported name constraint type" error. This patch implements support for IP Address Name Constraint (v4 and v6). This code validaded correcly certificates with multiple IPv4/IPv6 address checking against a CA certificate with these constraints: permitted;IP.1=10.9.0.0/255.255.0.0 permitted;IP.2=10.48.0.0/255.255.0.0 permitted;IP.3=10.148.0.0/255.255.0.0 permitted;IP.4=fdc8:123f:e31f::/ffff:ffff:ffff:: Signed-off-by: NLuiz Angelo Daros de Luca <luizluca@gmail.com>
-
由 Andy Polyakov 提交于
-