Age | Commit message (Expand) | Author |
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 |
2002-05-16 | add aes/bf/cast; ok deraadt@ | Markus Friedl |
2002-05-16 | use hw_cryptodev | Theo de Raadt |
2002-05-15 | Damn my rush to make it build again. | Bob Beck |
2002-05-15 | import openssl-0.9.7-beta1 | Bob Beck |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck |
2002-05-15 | import 0.9.7b (without idea and rc5) | Bob Beck |
2002-05-15 | OpenSSL 0.9.7 | Bob Beck |
2001-12-20 | fix to match documented behaviour. RAND_file_name must return a pointer to | Bob Beck |
2001-08-01 | import openssl-0.9.7-beta1 | Bob Beck |
2001-08-01 | merge openssl 0.9.6b-engine | Bob Beck |
2001-08-01 | http://www.openssl.org/news/secadv_prng.txt; ok beck@ | Markus Friedl |
2001-06-22 | openssl-engine-0.9.6a merge | Bob Beck |
2001-06-22 | import openssl-0.9.7-beta1 | Bob Beck |
2001-06-16 | typo | Theo de Raadt |
2001-04-23 | crank ssl lib version, just in case | Theo de Raadt |
2001-04-23 | import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@ | Markus Friedl |
2001-04-22 | CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@ | Markus Friedl |
2001-03-10 | Crank major number. openssl on m68k is now compiled in 32 bit mode instead | Theo de Raadt |
2001-01-12 | make sure s always has enough from for trailing \0. even though strlcpy will | Bob Beck |
2001-01-02 | do not honour environment variables if issetugid, and even more strongly supp... | Theo de Raadt |
2000-12-18 | fix util script runs to not assume they are executable. | Bob Beck |
2000-12-15 | Oops, missed makefile change, and must crank major on these, some | Bob Beck |
2000-12-15 | openssl-engine0.9.6 merge | Bob Beck |
2000-12-15 | openssl-engine-0.9.6 merge | Bob Beck |
2000-12-15 | import openssl-0.9.7-beta1 | Bob Beck |
2000-10-16 | fix missing closedir() that could allow apacheSSL to leak fd's, | Bob Beck |
2000-10-10 | Fix typo; claudio@core-sdi.com. | Federico G. Schwindt |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-07-07 | use %s with fprintf | Theo de Raadt |
2000-06-15 | RSA goes in tree for next our next release, as it will be after | Bob Beck |
2000-04-16 | Fix strcpy/strcat abuse and fix stupid behaviour of the default | Bob Beck |
2000-04-16 | Fix randfile so it doesn't attempt to chmod and write entropy back to | Bob Beck |
2000-04-16 | link to correct renamed pages | Theo de Raadt |
2000-04-16 | Fix this for the case where the file is a device - make sure we don't | Bob Beck |