Age | Commit message (Expand) | Author |
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-04 | more cruft | Markus Friedl |
2002-09-04 | more cruft. | 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 | sync these files with openssl-0.9.7-beta1, too | Markus Friedl |
2002-08-30 | protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5 | 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-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-05-21 | Merge openssl-0.9.7-stable-SNAP-20020519 | Bob Beck |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck |
2002-05-15 | OpenSSL 0.9.7 | 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-06-22 | openssl-engine-0.9.6a merge | Bob Beck |
2001-04-23 | crank ssl lib version, just in case | Theo de Raadt |
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 |
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-06-15 | RSA goes in tree for next our next release, as it will be after | Bob Beck |
2000-04-15 | OpenSSL 0.9.5a merge | Bob Beck |
2000-03-19 | OpenSSL 0.9.5 merge | Bob Beck |
1999-11-23 | do not assume shell scripts are +x; d | Theo de Raadt |
1999-09-29 | OpenSSL 0.9.4 merge | Bob Beck |
1999-09-29 | import openssl-0.9.7-beta1 | Bob Beck |
1999-09-26 | crank to version 2 for release, in case any dependencies have crept in | Theo de Raadt |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker |
2016-08-31 | Crank minor due to API addition | Bob Beck |
2016-08-31 | Avoid undefined-behavior right-shifting by a word-size # of bits. | Brent Cook |
2016-08-31 | Bring in functions used by stunnel and exim from BoringSSL - this brings | Bob Beck |
2016-08-31 | Fix some very unnecessary convoultion. | Bob Beck |
2016-08-27 | Be more strict when parsing TLS extensions. | Joel Sing |
2016-08-05 | Do not *printf %s NULL | Theo de Raadt |
2016-07-31 | bump for LibreSSL 2.5.x | Brent Cook |
2016-07-18 | don't mix code and decls, ok tedu@ | Brent Cook |
2016-07-17 | use memset to initialize the union | Brent Cook |
2016-07-17 | remove unused OPENSSL_NO_OBJECT case | Brent Cook |
2016-07-17 | Initialize buffers before use, noted by Kinichiro Inoguchi. | Brent Cook |
2016-07-16 | Clean up OCSP_check_validity() a bit more. | Bob Beck |
2016-07-16 | Limit the support of the "backward compatible" ssl2 handshake to only be | Bob Beck |
2016-07-10 | zero the read buffer after copying data to user so it doesn't linger. | Ted Unangst |
2016-07-07 | call BN_init on temporaries to avoid use-before-set warnings | Brent Cook |