Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OpenSSL 1.0.0f: merge | 2012-01-05 | 1 | -14/+23 | |
| | |||||
* | OpenSSL 1.0.0f: import upstream source | 2012-01-05 | 2 | -2/+4 | |
| | |||||
* | openssl-1.0.0e: resolve conflicts | 2011-11-03 | 6 | -37/+60 | |
| | |||||
* | import OpenSSL 1.0.0e | 2011-11-03 | 3 | -61/+65 | |
| | |||||
* | resolve conflicts, fix local changes | 2010-10-01 | 51 | -11150/+730 | |
| | |||||
* | import OpenSSL-1.0.0a | 2010-10-01 | 6 | -190/+220 | |
| | |||||
* | cherrypick patch from OpenSSL 0.9.8m: | 2010-03-04 | 2 | -2/+3 | |
| | | | | | *) Always check bn_wexpend() return values for failure. (CVE-2009-3245) [Martin Olsson, Neel Mehta] | ||||
* | import of OpenSSL 0.9.8k | 2009-04-06 | 11 | -0/+5309 | |
| | |||||
* | resolve conflicts | 2009-01-09 | 6 | -351/+413 | |
| | |||||
* | import openssl-0.9.8j | 2009-01-09 | 2 | -25/+102 | |
| | |||||
* | update to openssl-0.9.8i; tested by several, especially krw@ | 2009-01-05 | 4 | -53/+153 | |
| | |||||
* | resolve conflicts | 2008-09-06 | 29 | -752/+3603 | |
| | |||||
* | import of OpenSSL 0.9.8h | 2008-09-06 | 10 | -172/+3316 | |
| | |||||
* | http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadt | 2007-08-21 | 1 | -13/+65 | |
| | |||||
* | resolve conflicts | 2006-06-27 | 9 | -48/+459 | |
| | |||||
* | import of openssl-0.9.7j | 2006-06-27 | 4 | -18/+311 | |
| | |||||
* | make BN_is_prime() realise that 2 is, in fact, a prime number. | 2006-03-14 | 1 | -1/+3 | |
| | | | | from OpenSSL CVS; ok otto@ deraadt@ | ||||
* | resolve conflicts | 2005-04-29 | 3 | -133/+88 | |
| | |||||
* | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | 2005-04-29 | 3 | -18/+2448 | |
| | |||||
* | merge 0.9.7d | 2004-04-08 | 5 | -16/+18 | |
| | |||||
* | import openssl-0.9.7d | 2004-04-07 | 1 | -1/+1 | |
| | |||||
* | return(00); -> return(0); markus@ ok | 2004-03-17 | 1 | -2/+2 | |
| | |||||
* | use bn_asm_vax.S (from netbsd); test + ok by miod | 2003-11-18 | 1 | -1/+1 | |
| | | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed. | ||||
* | merge 0.9.7c; minor bugsfixes; | 2003-11-11 | 2 | -2/+3 | |
| | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto] | ||||
* | Revert BN_cmp() change. Its arguments are const. Spotted by miod@. | 2003-09-29 | 1 | -3/+0 | |
| | | | | ok deraadt@ | ||||
* | Return immediately if argument to BN_sub_word is zero. | 2003-09-25 | 1 | -0/+3 | |
| | | | | ok markus@ deraadt@ | ||||
* | Use BN_is_zero(), not x->top == 0 to test if a BN is zero. | 2003-09-25 | 1 | -3/+3 | |
| | | | | ok markus@ deraadt@ | ||||
* | Add extra calls to bn_fix_top() in BN_cmp(), since some functions may | 2003-09-25 | 1 | -0/+3 | |
| | | | | | | leave an invalid BN. ok markus@ deraadt@ | ||||
* | Do not produce a corrupt BIGNUM when adding 0 to 0 using BN_add_word(). | 2003-08-21 | 1 | -0/+3 | |
| | | | | ok markus@ | ||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 13 | -640/+326 | |
| | |||||
* | import 0.9.7b (without idea and rc5) | 2003-05-11 | 3 | -67/+749 | |
| | |||||
* | sprintf->snprintf. deraadt@ suggestions and ok | 2003-04-06 | 1 | -2/+3 | |
| | |||||
* | Trivial sprintf() -> snprintf() changes. ok deraadt@ | 2003-04-05 | 1 | -2/+2 | |
| | |||||
* | merge with openssl-0.9.7-stable-SNAP-20020911, | 2002-09-14 | 1 | -1/+1 | |
| | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@ | ||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | 2002-09-10 | 4 | -3/+9 | |
| | |||||
* | execute bourne shell scripts with 'sh' and not with $SHELL | 2002-09-04 | 1 | -1/+1 | |
| | |||||
* | Merge OpenSSL 0.9.7-stable-20020605, | 2002-06-07 | 3 | -14/+14 | |
| | | | | correctly autogenerate obj_mac.h | ||||
* | Merge openssl-0.9.7-stable-SNAP-20020519 | 2002-05-21 | 2 | -4/+10 | |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | 2002-05-15 | 33 | -1220/+4739 | |
| | |||||
* | merge openssl 0.9.6b-engine | 2001-08-01 | 1 | -185/+245 | |
| | | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries | ||||
* | openssl-engine-0.9.6a merge | 2001-06-22 | 11 | -58/+158 | |
| | |||||
* | openssl-engine0.9.6 merge | 2000-12-15 | 20 | -0/+0 | |
| | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds | ||||
* | openssl-engine-0.9.6 merge | 2000-12-15 | 23 | -957/+3956 | |
| | |||||
* | OpenSSL 0.9.5a merge | 2000-04-15 | 9 | -2789/+17 | |
| | |||||
* | OpenSSL 0.9.5 merge | 2000-03-19 | 48 | -4847/+3591 | |
| | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | ||||
* | do not assume shell scripts are +x; d | 1999-11-23 | 1 | -1/+1 | |
| | |||||
* | new files for OpenSSL 0.9.4 | 1999-09-29 | 41 | -0/+5507 | |
| | |||||
* | OpenSSL 0.9.4 merge | 1999-09-29 | 60 | -3698/+22708 | |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | 1998-10-05 | 42 | -0/+12790 | |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. |