Age | Commit message (Expand) | Author |
2015-09-10 | Fix an incorrect error check in DSA verify. | Brent Cook |
2015-09-09 | Check handshake_func against NULL rather than 0, since it is a function | Joel Sing |
2015-09-02 | Replace dtls1_client_hello() with ssl3_client_hello() - both are basically | Joel Sing |
2015-09-02 | Fewer magic numbers - we already have defines for the header lengths, so | Joel Sing |
2015-09-01 | Remove duplicate prototype for SSL_get_selected_srtp_profile(). | Joel Sing |
2015-09-01 | Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are | Joel Sing |
2015-09-01 | Make it always safe to call CBB_cleanup() providing that CBB_init() or | Joel Sing |
2015-08-29 | Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent. | Doug Hogan |
2015-08-29 | Delete s3_meth.c since it was only for SSLv3 support. | Doug Hogan |
2015-08-29 | Remove SSLv3 method data structs and unlink s3_meth.c from the build. | Doug Hogan |
2015-08-28 | Kill coverity 128475 | Bob Beck |
2015-08-27 | Change AEAD out_len argument to size_t instead of ssize_t - while here, | Joel Sing |
2015-08-27 | Crank major version for libssl and libtls due to SSLv3 removal. | Doug Hogan |
2015-08-27 | Remove SSLv3 support from LibreSSL. | Doug Hogan |
2015-08-20 | bump to 2.3.0 for the next LibreSSL release cycle | Brent Cook |
2015-08-19 | Properly handle missing TLS extensions in client hello as a non-failure. | Brent Cook |
2015-08-18 | typos | Miod Vallat |
2015-07-31 | Fix SRTP parsing. | Doug Hogan |
2015-07-29 | Add linker warnings in case SSLv3_{,client,server}_method are referenced. | Miod Vallat |
2015-07-29 | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | Joel Sing |
2015-07-29 | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | Joel Sing |
2015-07-29 | Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) | Joel Sing |
2015-07-27 | Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be | Joel Sing |
2015-07-25 | double words fix; docs are slowly getting moved to mdoc, but this | Igor Sobrado |
2015-07-25 | Place the ASN.1 template macros (and remaining implement macros) under | Joel Sing |
2015-07-25 | Manually expand ASN.1 template macros - only change in generated assembly | Joel Sing |
2015-07-25 | Expand another ASN.1 template macro that snuck through last time around. | Joel Sing |
2015-07-25 | Expand ASN.1 template macros that got missed in the last pass - only change | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-25 | Expand another wall of ASN.1 template macros - no change to generated | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing |
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing |
2015-07-24 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing |
2015-07-24 | an TLS -> a TLS; from thanos tsouanas | Jason McIntyre |
2015-07-24 | Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END | Joel Sing |
2015-07-24 | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | Joel Sing |
2015-07-24 | Convert tls1_process_ticket to CBS. | Doug Hogan |
2015-07-24 | Convert tls1_process_sigalgs to CBS. | Doug Hogan |
2015-07-24 | Convert ssl3_get_record to CBS. | Doug Hogan |
2015-07-21 | Remove duplicate check in libssl. | Doug Hogan |
2015-07-20 | Correct #if/else logic in BIO's dgram_ctrl. | Doug Hogan |
2015-07-20 | prefer string.h to strings.h ok guenther@ doug@ | Brent Cook |
2015-07-20 | Various memory leaks upon error or unchecked allocations. | Miod Vallat |
2015-07-20 | Use V_ASN1_UNDEF instead of -1. | Miod Vallat |
2015-07-20 | Check the return value of asn1_enc_save(). ok bcook@ doug@ | Miod Vallat |