- 20 3月, 2003 7 次提交
-
-
由 Richard Levitte 提交于
PR: 540
-
由 Richard Levitte 提交于
PR: 538
-
由 Richard Levitte 提交于
replace mode. PR: 528
-
由 Richard Levitte 提交于
PR: 520
-
由 Richard Levitte 提交于
PR: 517
-
由 Richard Levitte 提交于
PR: 516
-
由 Bodo Möller 提交于
-
- 19 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
an X509_INFO structure can contain more than one object, for example a certififcate and a CRL.
-
- 18 3月, 2003 1 次提交
-
-
由 Bodo Möller 提交于
-
- 15 3月, 2003 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 14 3月, 2003 4 次提交
-
-
由 Dr. Stephen Henson 提交于
Add table order test to end of a_strnid.c
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Geoff Thorpe 提交于
applications if they were passing a bogus 'flags' parameter yet having things work as they wanted anyway.
-
- 13 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 3月, 2003 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 11 3月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
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
-
- 28 2月, 2003 3 次提交
-
-
由 Bodo Möller 提交于
- bugfix: in ECDH_compute_key, pad x coordinate with leading zeros if necessary
-
由 Bodo Möller 提交于
PR: 343
-
由 Bodo Möller 提交于
-
- 27 2月, 2003 4 次提交
-
-
由 Dr. Stephen Henson 提交于
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 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
- 26 2月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
the buffer pointer. Rename PKCS7_PARTSIGN to PKCS7_STREAM. Guess what that's for :-)
-
- 25 2月, 2003 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 23 2月, 2003 4 次提交
-
-
由 Ulf Möller 提交于
rearrange some of the other text for better readability.
-
由 Ulf Möller 提交于
This is needed because Windows doesn't support symlinks. The Cygwin/MinGW build now passes "make test".
-
由 Ulf Möller 提交于
under cygwin.
-
由 Ulf Möller 提交于
-
- 22 2月, 2003 7 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
when reading from a non blocking BIO. It would incorrectly interpret retries as EOF, incorrectly buffer initial data and have no buffering at all after initial data (data would be sent one byte at a time to EVP_DecodeUpdate).
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
conventions.
-
由 Ulf Möller 提交于
-