| 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 | -1160/+0 |
* | Flense out dead code, we don't do ecdhe_clnt_cert. | beck | 2015-07-15 | 1 | -89/+35 |
* | Convert dtls1_get_hello_verify to CBS. | doug | 2015-07-14 | 1 | -17/+23 |
* | Fix bad indenting in LibreSSL. | doug | 2015-06-13 | 1 | -2/+2 |
* | Factor out the init_buf initialisation code, rather than duplicating it | jsing | 2015-03-27 | 1 | -20/+6 |
* | Jettison DTLS over SCTP. | jsing | 2015-02-09 | 1 | -145/+1 |
* | Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char. | jsing | 2015-02-06 | 1 | -1/+3 |
* | Convert all of the straight forward client handshake handling code to use | jsing | 2014-12-14 | 1 | -52/+19 |
* | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | jsing | 2014-12-10 | 1 | -2/+5 |
* | Remove client handling of RSA in ServerKeyExchange messages, along with | jsing | 2014-12-06 | 1 | -14/+10 |
* | Avoid a NULL dereference in the DTLS client that can be triggered by a | jsing | 2014-11-27 | 1 | -1/+9 |
* | Sort and group includes. | jsing | 2014-11-16 | 1 | -4/+6 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-18 | 1 | -5/+3 |
* | Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them, | jsing | 2014-09-07 | 1 | -2/+2 |
* | Since we no longer need to support SSLv2-style cipher lists, start | jsing | 2014-08-10 | 1 | -4/+2 |
* | Oops, revert changes commited by mistake. The previous commit was supposed | miod | 2014-08-07 | 1 | -4/+4 |
* | When you expect a function to return a particular value, don't put a comment | miod | 2014-08-07 | 1 | -4/+4 |
* | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | jsing | 2014-07-12 | 1 | -3/+3 |
* | Remove remnants from PSK, KRB5 and SRP. | jsing | 2014-07-12 | 1 | -4/+4 |
* | As reported by David Ramos, most consumer of ssl_get_message() perform late | miod | 2014-07-11 | 1 | -1/+9 |
* | Remove the PSK code. We don't need to drag around this | beck | 2014-07-11 | 1 | -78/+1 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -22/+4 |
* | 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 | -2/+1 |
* | The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have | jsing | 2014-06-07 | 1 | -6/+4 |
* | More KNF. | jsing | 2014-05-31 | 1 | -103/+122 |
* | 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 | -7/+0 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | tedu | 2014-05-29 | 1 | -12/+0 |
* | There is no point in checking if a pointer is non-NULL before calling free, | jsing | 2014-05-28 | 1 | -9/+6 |
* | 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 | -134/+0 |
* | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | miod | 2014-04-23 | 1 | -6/+0 |
* | more malloc/realloc/calloc cleanups; ok beck kettenis | deraadt | 2014-04-21 | 1 | -3/+1 |
* | More KNF and style consistency tweaks | guenther | 2014-04-19 | 1 | -4/+3 |
* | no longer need to fool emacs indentation and other if (0) oddities. | tedu | 2014-04-17 | 1 | -4/+1 |
* | always build in RSA and DSA. ok deraadt miod | tedu | 2014-04-17 | 1 | -12/+0 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -5/+5 |
* | 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 | -811/+734 |
* | 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 | -14/+22 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -10/+184 |
* | openssl-1.0.0e: resolve conflicts | djm | 2011-11-03 | 1 | -2/+4 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -36/+415 |
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -2/+1 |
* | import of OpenSSL 0.9.8h | djm | 2008-09-06 | 1 | -0/+1156 |