| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2git to create tag 'OPENBSD_5_8_BASE'.OPENBSD_5_8_BASE | cvs2svn | 2015-08-02 | 1 | -1329/+0 |
* | Remove Microsoft Server Gated Crypto. | doug | 2015-06-18 | 1 | -16/+7 |
* | Change DTLS client cert request code to match TLS. | doug | 2015-06-18 | 1 | -6/+6 |
* | Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days. | doug | 2015-06-15 | 1 | -15/+5 |
* | Fix bad indenting in LibreSSL. | doug | 2015-06-13 | 1 | -2/+2 |
* | Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. | jsg | 2015-05-15 | 1 | -1/+2 |
* | Factor out the init_buf initialisation code, rather than duplicating it | jsing | 2015-03-27 | 1 | -14/+4 |
* | Jettison DTLS over SCTP. | jsing | 2015-02-09 | 1 | -130/+1 |
* | Convert several of the server side handshake functions to the new handshake | jsing | 2015-02-07 | 1 | -62/+29 |
* | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | jsing | 2015-02-06 | 1 | -1/+3 |
* | Add error handling for EVP_DigestInit_ex(). | doug | 2014-12-15 | 1 | -3/+4 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 1 | -16/+16 |
* | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently | jsing | 2014-12-14 | 1 | -23/+1 |
* | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | jsing | 2014-12-10 | 1 | -5/+16 |
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -5/+7 |
* | Remove support for ephemeral/temporary RSA private keys. | jsing | 2014-10-31 | 1 | -50/+8 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-18 | 1 | -5/+3 |
* | There is not much point checking ecdhp is not NULL... twice. | jsing | 2014-09-27 | 1 | -6/+2 |
* | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | jsing | 2014-09-07 | 1 | -3/+2 |
* | Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and a | jsing | 2014-08-24 | 1 | -4/+2 |
* | Since we no longer need to support SSLv2-style cipher lists, start | jsing | 2014-08-10 | 1 | -3/+1 |
* | Prevent a possible use after free by mimicing the s3_srvr.c fixes contributed by | miod | 2014-08-06 | 1 | -4/+1 |
* | The RSA, DH, and ECDH temporary key callbacks expect the number of keybits | guenther | 2014-07-28 | 1 | -4/+7 |
* | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | jsing | 2014-07-12 | 1 | -6/+6 |
* | Remove remnants from PSK, KRB5 and SRP. | jsing | 2014-07-12 | 1 | -22/+9 |
* | Place comments in a block above the if statement, rather than attempting | jsing | 2014-07-12 | 1 | -18/+32 |
* | Remove the PSK code. We don't need to drag around this | beck | 2014-07-11 | 1 | -25/+1 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -8/+1 |
* | tedu the SSL export cipher handling - since we do not have enabled export | jsing | 2014-07-09 | 1 | -21/+5 |
* | fix the identical leak in three different files. | tedu | 2014-06-30 | 1 | -2/+3 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec... | deraadt | 2014-06-07 | 1 | -1/+2 |
* | TLS would not be entirely functional without extensions, so unifdef | jsing | 2014-05-31 | 1 | -19/+0 |
* | remove some #if 0 code. we don't need any more reminders that we're using | tedu | 2014-05-30 | 1 | -5/+0 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | tedu | 2014-05-29 | 1 | -16/+0 |
* | More KNF. | jsing | 2014-05-28 | 1 | -3/+2 |
* | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | jsing | 2014-05-24 | 1 | -3/+38 |
* | Remove SRP and Kerberos support from libssl. These are complex protocols | tedu | 2014-05-05 | 1 | -3/+0 |
* | Make libssl and libcrypto compile with -Werror | beck | 2014-04-23 | 1 | -1/+1 |
* | more malloc/realloc/calloc cleanups; ok beck kettenis | deraadt | 2014-04-21 | 1 | -2/+1 |
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -4/+3 |
* | always build in RSA and DSA. ok deraadt miod | tedu | 2014-04-17 | 1 | -8/+0 |
* | fix a potential double free | jsg | 2014-04-17 | 1 | -2/+2 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -6/+6 |
* | strncpy(d, s, strlen(s)) is a special kind of stupid. even when it's right, | tedu | 2014-04-16 | 1 | -4/+8 |
* | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | tedu | 2014-04-14 | 1 | -12/+0 |
* | So the OpenSSL codebase does "get the time, add it as a random seed" | deraadt | 2014-04-14 | 1 | -2/+0 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-14 | 1 | -797/+726 |
* | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | mpi | 2014-04-13 | 1 | -1/+1 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -9/+20 |