Age | Commit message (Expand) | Author |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-09-25 | remove rc5 | Markus Friedl |
2002-09-23 | pull in fix from openssl-0.9.7-stable-SNAP-20020921: | Markus Friedl |
2002-09-17 | use arc4random instead of /dev/arandom, | Markus Friedl |
2002-09-17 | undo local change, HMAC_Init() already does HMAC_CTX_init if(key && md) | Markus Friedl |
2002-09-16 | sync with 0.9.7-beta3 | Markus Friedl |
2002-09-16 | remove generated file (from -beta3) | Markus Friedl |
2002-09-14 | merge with openssl-0.9.7-stable-SNAP-20020911, | Markus Friedl |
2002-09-12 | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | Markus Friedl |
2002-09-10 | evp.h should not pull in all other header files, especially | Markus Friedl |
2002-09-10 | merge openssl-0.9.7-beta3, tested on vax by miod@ | Markus Friedl |
2002-09-05 | import openssl-0.9.7-beta3 | Markus Friedl |
2002-09-05 | merge with 0.9.7-beta1 | Markus Friedl |
2002-09-05 | import openssl-0.9.7-beta1 | Markus Friedl |
2002-09-05 | import openssl-0.9.7-beta1 | Markus Friedl |
2002-09-04 | more cruft | Markus Friedl |
2002-09-04 | more cruft. | Markus Friedl |
2002-09-04 | sync formatting with 0.9.7 | Markus Friedl |
2002-09-04 | execute bourne shell scripts with 'sh' and not with $SHELL | Markus Friedl |
2002-09-03 | sync tests with 0.9.7-beta1 | Markus Friedl |
2002-09-03 | remove whitespace changes (keep diffs to 0.9.7-beta1 minimal) | Markus Friedl |
2002-09-03 | sync these files with openssl-0.9.7-beta1, too | Markus Friedl |
2002-09-03 | unused files, not part of OpenSSL 0.9.7 | Markus Friedl |
2002-08-30 | protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5 | Markus Friedl |
2002-08-30 | do not modify input files, allows ro source builds; tested by fries@ | Markus Friedl |
2002-08-05 | Better fixes from openssl cvs; from markus@ | Miod Vallat |
2002-08-02 | typo; from openssl cvs | Markus Friedl |
2002-07-30 | sync with http://www.openssl.org/news/patch_20020730_0_9_7.txt | Markus Friedl |
2002-07-30 | apply patches from OpenSSL Security Advisory [30 July 2002], | Markus Friedl |
2002-07-19 | remove #define crypt DES_crypt; ok deraadt@ | Markus Friedl |
2002-07-16 | correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | Federico G. Schwindt |
2002-07-07 | enviroment -> environment | Jan-Uwe Finck |
2002-06-20 | remove support for RC4 via /dev/crypto, suggested by Niels; ok provos@ | Markus Friedl |
2002-06-19 | do not syslog from libraries! | Theo de Raadt |
2002-06-19 | KNF, -Wall, and other cleanups. still does not failover 100% correctly | Theo de Raadt |
2002-06-19 | stupid stupid bug ja ja ja ja | Theo de Raadt |
2002-06-18 | unbreak sshd with privsep: open /dev/crypto, keep fd, and call | Markus Friedl |
2002-06-18 | per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se... | Markus Friedl |
2002-06-13 | keep a FD per EVP_init, use a global FD for all asym operations; | Markus Friedl |
2002-06-11 | KNF | Theo de Raadt |
2002-06-11 | add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtion | Bob Beck |
2002-06-11 | Make DSA work now... at least for things that can do bn_mod_exp. | Bob Beck |
2002-06-11 | Make asymmetric crypto work in userland | Bob Beck |
2002-06-09 | Pass the right arguments for RSA, DSA, and modexp operations. Fix the | Angelos D. Keromytis |
2002-06-08 | After much horrible and painful slogging through asn1 code, | Bob Beck |
2002-06-07 | do not propose IDEA cipher on SSL connection. tested by beck | Jun-ichiro itojun Hagino |
2002-06-07 | Merge OpenSSL 0.9.7-stable-20020605, | Bob Beck |
2002-06-03 | sig_atomic_t type must also be volatile | Theo de Raadt |
2002-05-25 | do not assume scripts are executable | Theo de Raadt |
2002-05-21 | Merge openssl-0.9.7-stable-SNAP-20020519 | Bob Beck |