- Feb 09, 2001
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Dr. Stephen Henson authored
Fix warning in apps/engine.c Remove definitions of deleted functions. Add missing definition of X509_VAL.
-
Dr. Stephen Henson authored
and ASN1 code.
-
Bodo Möller authored
-
Bodo Möller authored
Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>)
-
Dr. Stephen Henson authored
-
- Feb 08, 2001
-
-
Dr. Stephen Henson authored
OCSP responses. Documentation to follow... Urgh.. this conflicted with the -VAfile patch I hope I haven't broken it.
-
Richard Levitte authored
inversed. Corrected. Hopefully, this will make it work without dumping core.
-
Richard Levitte authored
client code certificates to use to only check response signatures. I'm not entirely sure if the way I just implemented the verification is the right way to do it, and would be happy if someone would like to review this.
-
Ulf Möller authored
-
Ulf Möller authored
entropy devices or sockets.
-
Ulf Möller authored
-
Ulf Möller authored
-
Bodo Möller authored
for range = 11000000... or range = 100000...)
-
Bodo Möller authored
never exceeds 1.333...).
-
Bodo Möller authored
-
Bodo Möller authored
Bleichenbacher's DSA attack. With this implementation, the expected number of iterations never exceeds 2. New semantics for BN_rand_range(): BN_rand_range(r, min, range) now generates r such that min <= r < min+range. (Previously, BN_rand_range(r, min, max) generated r such that min <= r < max. It is more convenient to have the range; also the previous prototype was misleading because max was larger than the actual maximum.)
-
Bodo Möller authored
-
Lutz Jänicke authored
-
- Feb 07, 2001
-
-
Ulf Möller authored
-
Lutz Jänicke authored
during connect() and other calls. First seen on Unixware-7. Unify access to EGD-socket for all RAND_egd_*() methods.
-
Dr. Stephen Henson authored
Fix AES code. Update Rijndael source to v3.0 Add AES OIDs. Change most references of Rijndael to AES. Add new draft AES ciphersuites.
-
Lutz Jänicke authored
reasonable selection.
-
Lutz Jänicke authored
-
- Feb 06, 2001
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
- Feb 05, 2001
-
-
Richard Levitte authored
only happened when the port number wasn't parsable ot the host wasn't possible to convert to an IP address. Contributed by Niko Baric <Niko.Baric@epost.de>
-
Bodo Möller authored
memory.h (which is not).
-
Dr. Stephen Henson authored
request to response.
-
- Feb 04, 2001
-
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Lutz Jänicke authored
-
Dr. Stephen Henson authored
Fix ASN1_TIME_to_generlizedtime(). Add protoype for OCSP_response_create(). Add OCSP_request_sign() and OCSP_basic_sign() private key and certificate checks and make OCSP_NOCERTS consistent with PKCS7_NOCERTS
-