- Mar 20, 2003
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
of OPENSSL_NO_FP_API on existence of OPENSSL_SYS_MSDOS to e_os2.h.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
and changes to mkdef.pl so it recognises them. Use these in policyMappings extension.
-
Bodo Möller authored
enable it automatically for the built-in engine
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Richard Levitte authored
PR: 542
-
Dr. Stephen Henson authored
-
Richard Levitte authored
PR: 540
-
Richard Levitte authored
PR: 538
-
Richard Levitte authored
replace mode. PR: 528
-
Richard Levitte authored
PR: 520
-
Richard Levitte authored
PR: 517
-
Richard Levitte authored
PR: 516
-
- Mar 19, 2003
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
an X509_INFO structure can contain more than one object, for example a certififcate and a CRL.
-
- Mar 18, 2003
-
-
Bodo Möller authored
-
- Mar 15, 2003
-
-
Dr. Stephen Henson authored
-
- Mar 14, 2003
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Add table order test to end of a_strnid.c
-
- Mar 13, 2003
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Geoff Thorpe authored
applications if they were passing a bogus 'flags' parameter yet having things work as they wanted anyway.
-
Dr. Stephen Henson authored
-
- Mar 12, 2003
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Mar 11, 2003
-
-
Geoff Thorpe authored
dsa_mod_exp() and bn_mod_exp() handlers from dsa_do_verify() and dsa_sign_setup(). When another DSA_METHOD implementation does not define these lower-level handlers, it becomes impossible to do a fallback to software on errors using a simple DSA_OpenSSL()->fn(key). This change allows the default DSA_METHOD to function in such circumstances by only using dsa_mod_exp() and bn_mod_exp() handlers if they exist, otherwise using BIGNUM implementations directly (which is what those handlers did before this change). There should be no noticable difference for the software case, or indeed any custom case that didn't already segfault, except perhaps that there is now one less level of indirection in all cases. PR: 507
-
- Feb 28, 2003
-
-
Bodo Möller authored
- bugfix: in ECDH_compute_key, pad x coordinate with leading zeros if necessary
-
Bodo Möller authored
PR: 343
-
Bodo Möller authored
-
- Feb 27, 2003
-
-
Dr. Stephen Henson authored
Two fixes: 1. If BIO_write() fails inside enc_write() it should return the total number of bytes successfully written. 2. If BIO_write() fails during BIO_flush() it should return immediately with the error code: previously it would fall through to the final encrypt, corrupting the buffer.
-
Dr. Stephen Henson authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
- Feb 25, 2003
-
-
Dr. Stephen Henson authored
the buffer pointer. Rename PKCS7_PARTSIGN to PKCS7_STREAM. Guess what that's for :-)
-
- Feb 24, 2003
-
-
Bodo Möller authored
-