Age | Commit message (Expand) | Author |
2005-06-06 | Fix for padding X9.31 padding check and zero padding bytes. | Dr. Stephen Henson |
2005-06-02 | Fix inconsistensy between 8 and HEAD. | Andy Polyakov |
2005-06-02 | PSS update [from 0.9.7]. | Andy Polyakov |
2005-06-01 | check return value | Nils Larsch |
2005-06-01 | Update from 0.9.7-stable. | Dr. Stephen Henson |
2005-05-31 | changes from 0.9.8 | Nils Larsch |
2005-05-30 | Update from stable branch. | Dr. Stephen Henson |
2005-05-28 | Add pss/x931 files. | Dr. Stephen Henson |
2005-05-28 | Update from 0.9.7-stable. Also repatch and rebuild error codes. | Dr. Stephen Henson |
2005-05-27 | Use BN_with_flags() in a cleaner way. | Bodo Möller |
2005-05-16 | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov |
2005-05-16 | Implement fixed-window exponentiation to mitigate hyper-threading | Bodo Möller |
2005-05-15 | Fool-proofing Makefiles | Andy Polyakov |
2005-05-11 | Fix more error codes. | Bodo Möller |
2005-04-26 | Port BN_MONT_CTX_set_locked() from stable branch. | Dr. Stephen Henson |
2005-04-26 | some updates for the blinding code; summary: | Nils Larsch |
2005-04-26 | Port from stable branch. | Dr. Stephen Henson |
2005-04-22 | - use BN_set_negative and BN_is_negative instead of BN_set_sign | Nils Larsch |
2005-04-12 | Rebuild error codes. | Dr. Stephen Henson |
2005-04-11 | Add emacs cache files to .cvsignore. | Richard Levitte |
2005-03-31 | Give everything prototypes (well, everything that's actually used). | Ben Laurie |
2005-03-30 | Blow away Makefile.ssl. | Ben Laurie |
2004-12-05 | Add lots of checks for memory allocation failure, error codes to indicate | Dr. Stephen Henson |
2004-11-02 | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte |
2004-09-19 | Remove distracting comments and code. Thanks to Nils for picking up on the | Geoff Thorpe |
2004-05-17 | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe |
2004-05-17 | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe |
2004-04-27 | With the new dynamic BN_CTX implementation, there should be no need for | Geoff Thorpe |
2004-04-26 | The problem of rsa key-generation getting stuck in a loop for (pointlessly) | Geoff Thorpe |
2004-04-26 | Allow RSA key-generation to specify an arbitrary public exponent. Jelte | Geoff Thorpe |
2004-04-19 | make update | Geoff Thorpe |
2004-04-19 | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe |
2004-03-25 | By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key | Geoff Thorpe |
2004-03-15 | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte |
2004-03-15 | Make sure that the last argument to RAND_add() is a float, or some | Richard Levitte |
2003-12-27 | Use sh explicitely to run point.sh | Richard Levitte |
2003-11-28 | Netware-specific changes, | Richard Levitte |
2003-10-29 | A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. | Geoff Thorpe |
2003-10-29 | When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should | Geoff Thorpe |
2003-05-07 | DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are function | Richard Levitte |
2003-05-05 | Constify RSA_sign() and RSA_verify(). | Richard Levitte |
2003-05-01 | make update | Richard Levitte |
2003-04-16 | Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances. | Richard Levitte |
2003-04-15 | Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt() | Richard Levitte |
2003-04-10 | make update | Richard Levitte |
2003-04-08 | Include rand.h, so RAND_status() and friends get properly declared. | Richard Levitte |
2003-04-08 | We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here in | Richard Levitte |
2003-04-08 | We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form | Richard Levitte |
2003-04-07 | RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify function | Richard Levitte |
2003-04-02 | make RSA blinding thread-safe | Bodo Möller |