| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pull out the code that identifies if we have an ECC cipher in the cipher | jsing | 2017-08-09 | 1 | -1/+42 |
* | Move state from ssl->internal to the handshake structure. | beck | 2017-05-07 | 1 | -8/+8 |
* | Bring in an SSL_HANDSHAKE structure and commence the great shovelling | beck | 2017-05-06 | 1 | -6/+6 |
* | Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. | jsing | 2017-05-06 | 1 | -1/+28 |
* | Stop pretending that MD5 and SHA1 might not exist - rather than locating | jsing | 2017-02-28 | 1 | -10/+1 |
* | Avoid dereferencing a pointer when reporting an error about the same | jsing | 2017-02-15 | 1 | -2/+2 |
* | Change SSLerror() back to taking two args, with the first one being an SSL *. | beck | 2017-02-07 | 1 | -49/+49 |
* | Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly | beck | 2017-01-26 | 1 | -43/+22 |
* | Send the error function codes to rot in the depths of hell where they belong | beck | 2017-01-26 | 1 | -49/+49 |
* | Remove most of SSL3_ENC_METHOD - we can just inline the function calls | jsing | 2017-01-26 | 1 | -2/+2 |
* | Move relatively new version range code from ssl_lib.c into a separate | jsing | 2017-01-26 | 1 | -156/+1 |
* | Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault | jsing | 2017-01-26 | 1 | -28/+1 |
* | Limit enabled version range by the versions configured on the SSL_CTX/SSL, | jsing | 2017-01-25 | 1 | -19/+80 |
* | BUF_MEM_free(), X509_STORE_free() and X509_VERIFY_PARAM_free() all check | jsing | 2017-01-24 | 1 | -13/+7 |
* | sk_free() checks for NULL so do not bother doing it from the callers. | jsing | 2017-01-24 | 1 | -3/+2 |
* | sk_pop_free() checks for NULL so do not bother doing it from the callers. | jsing | 2017-01-24 | 1 | -12/+9 |
* | Within libssl a SSL_CTX * is referred to as a ctx - fix this for | jsing | 2017-01-24 | 1 | -29/+29 |
* | Add support for setting the supported EC curves via | jsing | 2017-01-24 | 1 | -2/+33 |
* | ssl_cert_free() checks for NULL itself. | jsing | 2017-01-24 | 1 | -10/+5 |
* | Remove a "free up if allocated" comment that exists before code that frees | jsing | 2017-01-24 | 1 | -2/+1 |
* | sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same from | jsing | 2017-01-24 | 1 | -9/+5 |
* | move default_passwd_cb and default_passwd_cb_userdata back into | beck | 2017-01-23 | 1 | -5/+5 |
* | Move options and mode from SSL_CTX and SSL to internal, since these can be | jsing | 2017-01-23 | 1 | -23/+23 |
* | Split most of SSL_METHOD out into an internal variant, which is opaque. | jsing | 2017-01-23 | 1 | -35/+35 |
* | Remove ssl_ctrl, ssl_ctx_ctrl, ssl_callback_ctrl and ssl_ctx_callback_ctrl | jsing | 2017-01-23 | 1 | -5/+7 |
* | send state and rstate from ssl_st into internal. There are accessors | beck | 2017-01-23 | 1 | -9/+9 |
* | move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and | beck | 2017-01-23 | 1 | -7/+7 |
* | Move a large part of ssl_st into internal, so we can see what squeals. | beck | 2017-01-23 | 1 | -110/+110 |
* | Move most of the fields in SSL_CTX to internal - the ones that remain are | jsing | 2017-01-23 | 1 | -73/+74 |
* | move the callbacks from ssl_st to internal | beck | 2017-01-23 | 1 | -34/+34 |
* | Move callback function pointers and argument pointers from SSL_CTX to | jsing | 2017-01-23 | 1 | -35/+35 |
* | Move not_resumable and sess_cert from SSL_SESSION to internal. | jsing | 2017-01-23 | 1 | -3/+3 |
* | Move the stats struct from SSL_CTX to internal. | jsing | 2017-01-23 | 1 | -15/+15 |
* | Move most of the SSL3_STATE fields to internal - the ones that remain are | jsing | 2017-01-22 | 1 | -16/+16 |
* | Move most of DTLS1_STATE to internal. | beck | 2017-01-22 | 1 | -2/+2 |
* | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | jsing | 2017-01-22 | 1 | -32/+32 |
* | Convert publically visible structs to translucent structs. | jsing | 2017-01-22 | 1 | -11/+24 |
* | Expand IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN macro. | jsing | 2017-01-21 | 1 | -2/+16 |
* | Pull out, rework and dedup the code that determines the highest shared | jsing | 2017-01-03 | 1 | -3/+33 |
* | Pull out (and largely rewrite) the code that determines the enabled | jsing | 2016-12-30 | 1 | -1/+43 |
* | Convert ssl_cipher_list_to_bytes() to CBB, changing the function to return | jsing | 2016-12-04 | 1 | -16/+32 |
* | Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN | jsing | 2016-11-02 | 1 | -2/+2 |
* | Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the only | jsing | 2016-11-02 | 1 | -5/+17 |
* | Remove support for fixed ECDH cipher suites - these is not widely supported | jsing | 2016-10-19 | 1 | -93/+20 |
* | Improve on code from the previous commit. | jsing | 2016-09-22 | 1 | -7/+5 |
* | Avoid selecting weak digests for (EC)DH when using SNI. | bcook | 2016-09-20 | 1 | -3/+12 |
* | Remove last vestige of SSL_OP_NO_SSLv3 support. | doug | 2015-10-25 | 1 | -4/+1 |
* | free rbio before wbio | beck | 2015-10-19 | 1 | -7/+7 |
* | Fix use of pointer value after BIO_free, and remove senseless NULL checks. | beck | 2015-10-16 | 1 | -7/+8 |
* | SSL_new(): fix ref counting and memory leak in error path. | doug | 2015-10-03 | 1 | -8/+3 |