Age | Commit message (Expand) | Author |
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 | no need to set $SHELL | 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 | build OpenSSL without symlink trees: | Markus Friedl |
2002-09-03 | evp_test.o should not be included in libcrypto (it defines _main !!) | Markus Friedl |
2002-09-03 | not part of OpenSSL 0.9.7 | Markus Friedl |
2002-09-03 | unused files, perl subdir not part of OpenSSL 0.9.7 | Markus Friedl |
2002-09-03 | unused files, not part of OpenSSL 0.9.7 | Markus Friedl |
2002-08-31 | ssl headers are already installed for libssl | Markus Friedl |
2002-08-31 | don't install e_os.h (it's private) | Markus Friedl |
2002-08-31 | don't install private headers | Markus Friedl |
2002-08-30 | protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5 | Markus Friedl |
2002-08-30 | make clean should not depend on prereq; ok fries@ | Markus Friedl |
2002-08-30 | do not modify input files, allows ro source builds; tested by fries@ | Markus Friedl |
2002-08-30 | remove generated files and generated symlinks (in make clean) | 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-18 | use /bin/sh for bourne shell scripts (instead of the $SHELL env var). | Markus Friedl |
2002-07-16 | correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | Federico G. Schwindt |
2002-07-11 | clean | Theo de Raadt |
2002-07-11 | Disable support for the other hardware accelerators. No need to crank the | Theo de Raadt |
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 | typo - I am a luser and a moron. | Bob Beck |
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-06-01 | we do not need this to be Makefile.bsd-wrapper | Theo de Raadt |