Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2009-01-09 | 1 | -0/+87 | |
|\ \ \ | | | | | | | | | branch. | |||||
| * | | | import openssl-0.9.8j | djm | 2009-01-09 | 2 | -3/+101 | |
| | | | | ||||||
* | | | | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 4 | -53/+153 | |
| | | | | ||||||
* | | | | resolve conflicts | djm | 2008-09-06 | 31 | -790/+3649 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 6 | -0/+2515 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 35 | -774/+5484 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2008-09-06 | 2 | -134/+755 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 4 | -161/+1506 | |
| | | | | ||||||
* | | | | http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadt | markus | 2007-08-21 | 1 | -13/+65 | |
| | | | | ||||||
* | | | | resolve conflicts | djm | 2006-06-27 | 10 | -50/+473 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 2 | -13/+292 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of openssl-0.9.7j | djm | 2006-06-27 | 9 | -60/+692 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 1 | -3/+5 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of openssl-0.9.7j | djm | 2006-06-27 | 4 | -6/+78 | |
| | | | | ||||||
* | | | | make BN_is_prime() realise that 2 is, in fact, a prime number. | djm | 2006-03-14 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | from OpenSSL CVS; ok otto@ deraadt@ | |||||
* | | | | resolve conflicts | djm | 2005-04-29 | 3 | -133/+88 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 2 | -18/+2117 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 4 | -150/+2204 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 1 | -0/+331 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 2 | -1/+332 | |
| | | | | ||||||
| * | | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 4 | -143/+162 | |
| | | | | ||||||
| * | | | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 10 | -1296/+4545 | |
| | | | | ||||||
| * | | | This commit was manufactured by cvs2git to create branch 'openssl'. | cvs2svn | 2002-05-15 | 35 | -0/+13707 | |
| | | | | ||||||
* | | | | merge 0.9.7d | markus | 2004-04-08 | 5 | -16/+18 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2004-04-07 | 1 | -1/+1 | |
|\ \ \ \ | | |/ / | |/| | | branch. | |||||
| * | | | import openssl-0.9.7d | markus | 2004-04-07 | 5 | -17/+17 | |
| | | | | ||||||
| * | | | import 0.9.7c | markus | 2003-11-11 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | return(00); -> return(0); markus@ ok | aaron | 2004-03-17 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | use bn_asm_vax.S (from netbsd); test + ok by miod | markus | 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; | markus | 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@. | otto | 2003-09-29 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | ok deraadt@ | |||||
* | | | | Return immediately if argument to BN_sub_word is zero. | otto | 2003-09-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | ok markus@ deraadt@ | |||||
* | | | | Use BN_is_zero(), not x->top == 0 to test if a BN is zero. | otto | 2003-09-25 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | ok markus@ deraadt@ | |||||
* | | | | Add extra calls to bn_fix_top() in BN_cmp(), since some functions may | otto | 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(). | otto | 2003-08-21 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | ok markus@ | |||||
* | | | | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 15 | -707/+500 | |
| | | | | ||||||
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2003-05-11 | 1 | -0/+575 | |
|\| | | | | | | | | | | | branch. | |||||
| * | | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 11 | -539/+905 | |
| | | | | ||||||
| * | | | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 2 | -1/+7 | |
| | | | | ||||||
| * | | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 28 | -2068/+6630 | |
| | | | | ||||||
| * | | | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2002-05-15 | 19 | -0/+9255 | |
| | | | | ||||||
* | | | | sprintf->snprintf. deraadt@ suggestions and ok | ho | 2003-04-06 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | Trivial sprintf() -> snprintf() changes. ok deraadt@ | ho | 2003-04-05 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 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@ | markus | 2002-09-10 | 4 | -3/+9 | |
| | | | | ||||||
* | | | | execute bourne shell scripts with 'sh' and not with $SHELL | markus | 2002-09-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge OpenSSL 0.9.7-stable-20020605, | beck | 2002-06-07 | 3 | -14/+14 | |
| | | | | | | | | | | | | | | | | correctly autogenerate obj_mac.h | |||||
* | | | | Merge openssl-0.9.7-stable-SNAP-20020519 | beck | 2002-05-21 | 2 | -4/+10 | |
| | | | |