| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace use of strcpy(3) and other pointer goo in |  moritz | 2007-10-10 | 1 | -15/+12 |
* | Fix off-by-one buffer overflow in SSL_get_shared_ciphers(). |  moritz | 2007-09-27 | 1 | -11/+11 |
* | 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 |
* | Correctly NUL terminate the message buffer that is used with the |  claudio | 2007-08-06 | 1 | -4/+24 |
* | More comment typos from Diego Casati. Including winners like funtion, allmost, |  krw | 2007-05-26 | 1 | -1/+1 |
* | 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 |
* | Fix format string misuse in kssl_err_set(), which is not |  moritz | 2007-01-03 | 1 | -1/+1 |
* | openssl security fixes, diff from markus@, ok & "commit it" djm@ |  pvalchev | 2006-10-04 | 12 | -2/+84 |
* | Use S_IS* macros insted of masking with S_IF* flags. The latter may |  otto | 2006-09-25 | 1 | -2/+2 |
* | fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339; |  djm | 2006-09-09 | 1 | -0/+17 |
* | resolve conflicts |  djm | 2006-06-27 | 172 | -2439/+4398 |
* | import of openssl-0.9.7j |  djm | 2006-06-27 | 130 | -324/+27174 |
* | potential fd leak (we will fix this before we move to cloning) |  deraadt | 2006-06-08 | 1 | -1/+3 |
* | Add a -hex option to 'rand' to output hexadecimal output. |  matthieu | 2006-05-14 | 1 | -1/+20 |
* | 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 |
* | fix potential SSL 2.0 rollback (http://www.openssl.org//news/secadv_20051011.txt) |  markus | 2005-10-11 | 1 | -3/+1 |
* | kernal->kernel; |  jmc | 2005-08-01 | 1 | -1/+1 |
* | avoid spurious ld evil string func warning, spotted by david@; |  djm | 2005-05-25 | 1 | -3/+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 |
* | kill strcpy; ok hshoexer@, prodded by david@ |  djm | 2005-05-10 | 2 | -2/+2 |
* | remove this junk that snuck in the import; spotted by markus@ |  djm | 2005-04-29 | 1 | -0/+0 |
* | 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 | 298 | -1667/+5261 |
* | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ |  djm | 2005-04-29 | 188 | -106/+42182 |
* | 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 | 3 | -4/+4 |
* | 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 |
* | avoid NULL deref; from danh@ |  markus | 2004-04-25 | 1 | -2/+5 |
* | 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 | 114 | -1383/+1808 |
* | import openssl-0.9.7d |  markus | 2004-04-07 | 22 | -29/+852 |
* | support IPv6 connections in "openssl s_client", adding -4 and -6 options to |  djm | 2004-03-31 | 3 | -96/+45 |
* | 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 |
* | out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112) |  markus | 2004-03-17 | 1 | -0/+16 |
* | avoid null-pointer deref (aka CAN-2004-0079) |  markus | 2004-03-17 | 1 | -0/+8 |
* | 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 |