| Commit message (Expand) | Author | Age | Files | Lines |
* | pull string for memcpy; ok hshoexer@ |  martynas | 2009-08-07 | 1 | -1/+2 |
* | resolve conflicts |  djm | 2009-04-06 | 24 | -64/+116 |
* | import of OpenSSL 0.9.8k |  djm | 2009-04-06 | 31 | -120/+15289 |
* | convert a strdup (into a purpose-allocated buffer) in libcrypto to a |  djm | 2009-01-12 | 1 | -2/+3 |
* | resolve conflicts |  djm | 2009-01-09 | 223 | -2853/+2919 |
* | import openssl-0.9.8j |  djm | 2009-01-09 | 92 | -925/+5697 |
* | update to openssl-0.9.8i; tested by several, especially krw@ |  djm | 2009-01-05 | 49 | -334/+1015 |
* | fix some cause of bad TEXTREL on i386 and amd64 |  otto | 2008-09-19 | 5 | -14/+64 |
* | use one call to arc4random_buf() instead of lots of arc4random() |  djm | 2008-09-10 | 1 | -8/+2 |
* | Fix merge botch. |  kettenis | 2008-09-07 | 1 | -3/+0 |
* | remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotted |  djm | 2008-09-06 | 1 | -2/+0 |
* | remerge local tweaks, update per-arch configuration headers, update |  djm | 2008-09-06 | 5 | -20/+25 |
* | resolve conflicts |  djm | 2008-09-06 | 432 | -8802/+21473 |
* | import of OpenSSL 0.9.8h |  djm | 2008-09-06 | 221 | -5766/+51643 |
* | 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 | 109 | -1530/+2811 |
* | import of openssl-0.9.7j |  djm | 2006-06-27 | 45 | -176/+1107 |
* | 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 | 169 | -681/+2554 |
* | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ |  djm | 2005-04-29 | 59 | -24/+13442 |
* | 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 | 68 | -461/+482 |
* | import openssl-0.9.7d |  markus | 2004-04-07 | 7 | -14/+237 |
* | Unbreak rmd160. Was broken on sparc64 when compiled with gcc3. Fix and report |  hshoexer | 2004-03-22 | 1 | -2/+2 |
* | Insert missing ABORT if EC_GROUP_copy() fails. |  tom | 2004-03-21 | 1 | -1/+1 |
* | return(00); -> return(0); markus@ ok |  aaron | 2004-03-17 | 1 | -2/+2 |
* | Cleanup and shrink ACSS_KEY a bit. Thus crank library minor. |  hshoexer | 2004-02-13 | 3 | -19/+24 |
* | remove some debug code and cleanup.. |  deraadt | 2004-02-04 | 1 | -18/+6 |
* | OK, this time the AES soft keys work with ssh and such. I spent over 3 |  deraadt | 2004-02-03 | 1 | -16/+63 |
* | oops, software key gen bug |  deraadt | 2004-02-03 | 1 | -35/+10 |