summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2005-04-29resolve conflictsDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-04-08merge 0.9.7dMarkus Friedl
2004-03-17out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112)Markus Friedl
2004-03-17avoid null-pointer deref (aka CAN-2004-0079)Markus Friedl
2003-11-11merge 0.9.7c; minor bugsfixes;Markus Friedl
2003-10-01Correct some off-by-ones. They currently don't matter, but thisChad Loder
2003-09-30more fixes from 0.9.7c, ok deraadt, cloderMarkus Friedl
2003-08-25You shall NOT BREAK THE TREETheo de Raadt
2003-08-25Setup /dev/crypto early (SSL_library_init) to make sure it's actually doneJason Wright
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2003-03-19Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, seeMarkus Friedl
2003-02-19security fix from openssl 0.9.7a:Markus Friedl
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
2002-09-23pull in fix from openssl-0.9.7-stable-SNAP-20020921:Markus Friedl
2002-09-14merge with openssl-0.9.7-stable-SNAP-20020911,Markus Friedl
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@Markus Friedl
2002-09-05import openssl-0.9.7-beta3Markus Friedl
2002-09-05merge with 0.9.7-beta1Markus Friedl
2002-09-04more cruftMarkus Friedl
2002-09-04more cruft.Markus Friedl
2002-09-04execute bourne shell scripts with 'sh' and not with $SHELLMarkus Friedl
2002-09-03sync tests with 0.9.7-beta1Markus Friedl
2002-09-03sync these files with openssl-0.9.7-beta1, tooMarkus Friedl
2002-08-30protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5Markus Friedl
2002-07-30sync with http://www.openssl.org/news/patch_20020730_0_9_7.txtMarkus Friedl
2002-07-30apply patches from OpenSSL Security Advisory [30 July 2002],Markus Friedl
2002-06-07do not propose IDEA cipher on SSL connection. tested by beckJun-ichiro itojun Hagino
2002-06-07Merge OpenSSL 0.9.7-stable-20020605,Bob Beck
2002-05-21Merge openssl-0.9.7-stable-SNAP-20020519Bob Beck
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2002-05-15OpenSSL 0.9.7Bob Beck
2001-08-01import openssl-0.9.7-beta1Bob Beck
2001-08-01merge openssl 0.9.6b-engineBob Beck
2001-06-22openssl-engine-0.9.6a mergeBob Beck
2001-04-23crank ssl lib version, just in caseTheo de Raadt
2001-04-22CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@Markus Friedl
2001-03-10Crank major number. openssl on m68k is now compiled in 32 bit mode insteadTheo de Raadt
2000-12-15Oops, missed makefile change, and must crank major on these, someBob Beck
2000-12-15openssl-engine0.9.6 mergeBob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-12-15import openssl-0.9.7-beta1Bob Beck
2000-10-16fix missing closedir() that could allow apacheSSL to leak fd's,Bob Beck
2000-06-15RSA goes in tree for next our next release, as it will be afterBob Beck
2000-04-15OpenSSL 0.9.5a mergeBob Beck
2000-03-19OpenSSL 0.9.5 mergeBob Beck
1999-11-23do not assume shell scripts are +x; dTheo de Raadt