| Commit message (Expand) | Author | Age | Files | Lines |
* | Really get rid of unsafe double-checked locking. | Bodo Möller | 2008-09-14 | 1 | -17/+22 |
* | Remove the dual-callback scheme for numeric and pointer thread IDs, | Geoff Thorpe | 2008-08-06 | 3 | -4/+5 |
* | We should check the eight bytes starting at p[-9] for rollback attack | Bodo Möller | 2008-07-18 | 1 | -1/+1 |
* | Revert my earlier CRYPTO_THREADID commit, I will commit a reworked | Geoff Thorpe | 2008-07-03 | 3 | -5/+4 |
* | Fix from stable branch. | Dr. Stephen Henson | 2008-06-22 | 1 | -0/+2 |
* | More type-checking. | Ben Laurie | 2008-06-04 | 1 | -4/+9 |
* | Fix two invalid memory reads in RSA OAEP mode. | Dr. Stephen Henson | 2008-05-19 | 1 | -8/+15 |
* | Indicate support for digest init ctrl. | Dr. Stephen Henson | 2008-05-02 | 1 | -0/+1 |
* | There was a need to support thread ID types that couldn't be reliably cast | Geoff Thorpe | 2008-03-28 | 3 | -4/+5 |
* | Update dependencies. | Dr. Stephen Henson | 2008-03-22 | 1 | -7/+8 |
* | Fix a variety of warnings generated by some elevated compiler-fascism, | Geoff Thorpe | 2008-03-16 | 2 | -0/+2 |
* | Initial support for enveloped data decrypt. Extent runex.pl to cover these | Dr. Stephen Henson | 2008-03-16 | 4 | -20/+19 |
* | And so it begins... | Dr. Stephen Henson | 2008-03-12 | 2 | -0/+19 |
* | fix BIGNUM flag handling | Bodo Möller | 2008-02-27 | 1 | -35/+37 |
* | 1. Changes for s_client.c to make it return non-zero exit code in case | Dr. Stephen Henson | 2007-10-26 | 1 | -0/+4 |
* | fix function codes for error | Bodo Möller | 2007-04-24 | 1 | -2/+2 |
* | Make sure we detect corruption. | Ben Laurie | 2007-04-04 | 1 | -4/+22 |
* | Change to mitigate branch prediction attacks | Bodo Möller | 2007-03-28 | 5 | -23/+129 |
* | Constify version strings and some structures. | Dr. Stephen Henson | 2007-01-21 | 1 | -1/+1 |
* | Update dependencies. | Dr. Stephen Henson | 2006-11-30 | 1 | -2/+2 |
* | Update from 0.9.8 stable. Eliminate duplicate error codes. | Dr. Stephen Henson | 2006-11-21 | 2 | -12/+7 |
* | Introduce limits to prevent malicious keys being able to | Bodo Möller | 2006-09-28 | 3 | -0/+57 |
* | Make int_rsa_sign function match prototype. | Dr. Stephen Henson | 2006-09-21 | 1 | -2/+2 |
* | Make sure the int_rsa_verify() prototype matches the implementation | Bodo Möller | 2006-09-08 | 1 | -1/+1 |
* | Remove non-functional part of recent patch, after discussion with | Bodo Möller | 2006-09-06 | 3 | -11/+0 |
* | Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher | Mark J. Cox | 2006-09-05 | 4 | -0/+28 |
* | Make things static that should be. Declare stuff in headers that should be. | Ben Laurie | 2006-08-28 | 3 | -9/+11 |
* | Use correct pointer types for various functions. | Dr. Stephen Henson | 2006-07-20 | 1 | -1/+1 |
* | Fix various error codes to match functions. | Dr. Stephen Henson | 2006-07-17 | 4 | -10/+16 |
* | Allow digests to supply S/MIME micalg values from a ctrl. | Dr. Stephen Henson | 2006-07-10 | 1 | -0/+1 |
* | New functions CRYPTO_set_idptr_callback(), | Bodo Möller | 2006-06-23 | 2 | -1/+2 |
* | Thread-safety fixes | Bodo Möller | 2006-06-14 | 1 | -17/+40 |
* | rslen is unsigned, so it can never go below 0. | Richard Levitte | 2006-05-28 | 1 | -1/+1 |
* | New function to dup EVP_PKEY_CTX. This will be needed to make new signing | Dr. Stephen Henson | 2006-05-25 | 1 | -0/+20 |
* | Use size_t for new crypto size parameters. | Dr. Stephen Henson | 2006-05-24 | 1 | -15/+17 |
* | New functions to get key types without dereferncing EVP_PKEY. | Dr. Stephen Henson | 2006-05-11 | 3 | -5/+34 |
* | Update PKCS#7 enveloped data to new API. | Dr. Stephen Henson | 2006-05-08 | 1 | -0/+4 |
* | Add support for default public key digest type ctrl. | Dr. Stephen Henson | 2006-05-07 | 1 | -0/+4 |
* | Replace RSA specific PKCS7_RECIP_INFO set up with an public key algorithm | Dr. Stephen Henson | 2006-04-27 | 1 | -0/+11 |
* | Remove link between digests and signature algorithms. | Dr. Stephen Henson | 2006-04-19 | 1 | -1/+1 |
* | Allow public key ASN1 methods to set PKCS#7 SignerInfo structures. | Dr. Stephen Henson | 2006-04-17 | 1 | -1/+24 |
* | Fix (most) WIN32 warnings and errors. | Dr. Stephen Henson | 2006-04-17 | 1 | -1/+1 |
* | Use more flexible method of determining output length, by setting &outlen | Dr. Stephen Henson | 2006-04-15 | 1 | -1/+1 |
* | Update copyright notices on a few files where all original SSLeay code has | Dr. Stephen Henson | 2006-04-14 | 3 | -50/+52 |
* | Add key derivation support. | Dr. Stephen Henson | 2006-04-13 | 1 | -0/+2 |
* | Initial DSA EVP_PKEY_METHOD. Fixup some error codes. | Dr. Stephen Henson | 2006-04-12 | 3 | -5/+5 |
* | Add support for setting keybits and public exponent value for pkey RSA keygen. | Dr. Stephen Henson | 2006-04-11 | 2 | -0/+44 |
* | Initial keygen support. | Dr. Stephen Henson | 2006-04-11 | 1 | -1/+36 |
* | ctrls to set PSS salt length. | Dr. Stephen Henson | 2006-04-10 | 2 | -3/+22 |
* | Preliminary PSS support. | Dr. Stephen Henson | 2006-04-10 | 1 | -15/+49 |