| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2git to create tag 'OPENBSD_4_4_BASE'.OPENBSD_4_4_BASE | cvs2svn | 2008-07-28 | 616 | -153931/+0 |
* | fix memory leak (in one case of unaligned buffers); from Markus Kvetter | deraadt | 2008-02-26 | 1 | -2/+3 |
* | Proper use of fseek/fseeko macros. | tobias | 2007-09-10 | 1 | -1/+1 |
* | http://openssl.org/news/patch-CVE-2007-3108.txt; ok pval, deraadt | markus | 2007-08-21 | 1 | -13/+65 |
* | Add proper checks against fgets failure. From Charles Longeau. | ray | 2007-04-06 | 1 | -1/+2 |
* | remove some bogus *p tests from charles longeau | tedu | 2007-03-20 | 3 | -5/+5 |
* | openssl security fixes, diff from markus@, ok & "commit it" djm@ | pvalchev | 2006-10-04 | 10 | -0/+81 |
* | fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339; | djm | 2006-09-09 | 1 | -0/+17 |
* | resolve conflicts | djm | 2006-06-27 | 125 | -1718/+3398 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 7 | -15/+882 |
|\ |
|
| * | import of openssl-0.9.7j | djm | 2006-06-27 | 102 | -1565/+3480 |
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2005-05-10 | 1 | -0/+1541 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 39 | -86/+649 |
|\ \ |
|
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 72 | -286/+1587 |
* | | | potential fd leak (we will fix this before we move to cloning) | deraadt | 2006-06-08 | 1 | -1/+3 |
* | | | backport checks for degenerate Diffie-Hellman public exponents from | djm | 2006-05-04 | 4 | -0/+36 |
* | | | make BN_is_prime() realise that 2 is, in fact, a prime number. | djm | 2006-03-14 | 1 | -1/+3 |
* | | | no need to byteswap for AES_ASM, from tom@ | markus | 2005-05-23 | 1 | -1/+9 |
* | | | import i386 AES asm code from openssl.org; ok and help with testing djm@ | markus | 2005-05-10 | 2 | -1/+1550 |
* | | | increase EVP_MAX_MD_SIZE to something sane (big enough for SHA512) | djm | 2005-04-29 | 1 | -1/+1 |
* | | | resolve conflicts | djm | 2005-04-29 | 199 | -765/+2880 |
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 10 | -24/+3248 |
|\ \ \
| | |/
| |/| |
|
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 163 | -634/+5529 |
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 51 | -12/+9978 |
|\ \ \
| | |/
| |/| |
|
| * | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 100 | -309/+10950 |
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2005-04-29 | 1 | -0/+227 |
|\ \ \ |
|
| * | | | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | djm | 2005-04-29 | 1 | -0/+227 |
| * | | | import openssl-0.9.7d | markus | 2004-04-07 | 43 | -62/+75 |
| * | | | import 0.9.7c | markus | 2003-11-11 | 3 | -8/+11 |
| * | | | import 0.9.7b (without idea and rc5) | markus | 2003-05-11 | 43 | -309/+227 |
| * | | | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | markus | 2002-09-12 | 5 | -17/+18 |
| * | | | import openssl-0.9.7-beta3 | markus | 2002-09-05 | 44 | -1522/+3088 |
| * | | | import openssl-0.9.7-beta1 | markus | 2002-09-05 | 42 | -1555/+4894 |
| * | | | This commit was manufactured by cvs2git to create branch 'OPENSSL'. | cvs2svn | 2002-05-15 | 18 | -0/+4265 |
* | | | | typo | miod | 2005-04-25 | 1 | -2/+2 |
* | | | | fix lies about snprintf | deraadt | 2005-04-23 | 1 | -2/+3 |
* | | | | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santos | markus | 2005-03-30 | 1 | -3/+3 |
* | | | | belive -> believe | miod | 2005-03-29 | 2 | -2/+2 |
* | | | | adjust comment, open_dev_crypto() returns -1 on error. | hshoexer | 2005-01-29 | 1 | -1/+1 |
* | | | | on error set correct pointer to NULL. | hshoexer | 2005-01-26 | 1 | -2/+2 |
* | | | | machdep.xcrypt now has a different meaning: Instead of > 0 indicating | deraadt | 2004-06-15 | 1 | -14/+16 |
* | | | | update missing pieces from 0.9.7d; ok henning | markus | 2004-04-25 | 3 | -11/+67 |
* | | | | from openssl, 1.50.2.9, make S/MIME encrypt work again. | markus | 2004-04-25 | 1 | -4/+9 |
* | | | | backout for now | markus | 2004-04-08 | 3 | -67/+11 |
* | | | | merge 0.9.7d | markus | 2004-04-08 | 79 | -503/+573 |
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2004-04-07 | 2 | -0/+209 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | import openssl-0.9.7d | markus | 2004-04-07 | 14 | -49/+316 |
* | | | | This commit was generated by cvs2git to track changes on a CVS vendor | markus | 2004-04-07 | 4 | -3/+137 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | import openssl-0.9.7d | markus | 2004-04-07 | 67 | -454/+687 |
| * | | | import 0.9.7c | markus | 2003-11-11 | 38 | -153/+397 |