summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-08-20bump to 2.3.0 for the next LibreSSL release cycleBrent Cook
2015-08-19Properly handle missing TLS extensions in client hello as a non-failure.Brent Cook
2015-08-18typosMiod Vallat
2015-07-31Fix SRTP parsing.Doug Hogan
2015-07-29Add linker warnings in case SSLv3_{,client,server}_method are referenced.Miod Vallat
2015-07-29Use named initialisers for X509V3_EXT_METHOD structs (for the usualJoel Sing
2015-07-29Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedJoel Sing
2015-07-29Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9)Joel Sing
2015-07-27Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should beJoel Sing
2015-07-25double words fix; docs are slowly getting moved to mdoc, but thisIgor Sobrado
2015-07-25Place the ASN.1 template macros (and remaining implement macros) underJoel Sing
2015-07-25Expand another ASN.1 template macro that snuck through last time around.Joel Sing
2015-07-25Manually expand ASN.1 template macros - only change in generated assemblyJoel Sing
2015-07-25Expand ASN.1 template macros that got missed in the last pass - only changeJoel Sing
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand another wall of ASN.1 template macros - no change to generatedJoel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-24Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-24Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-24Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-24an TLS -> a TLS; from thanos tsouanasJason McIntyre
2015-07-24Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_ENDJoel Sing
2015-07-24Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differsJoel Sing
2015-07-24Convert tls1_process_ticket to CBS.Doug Hogan
2015-07-24Convert tls1_process_sigalgs to CBS.Doug Hogan
2015-07-24Convert ssl3_get_record to CBS.Doug Hogan
2015-07-21Remove duplicate check in libssl.Doug Hogan
2015-07-20Correct #if/else logic in BIO's dgram_ctrl.Doug Hogan
2015-07-20prefer string.h to strings.h ok guenther@ doug@Brent Cook
2015-07-20Various memory leaks upon error or unchecked allocations.Miod Vallat
2015-07-20Use V_ASN1_UNDEF instead of -1.Miod Vallat
2015-07-20Check the return value of asn1_enc_save(). ok bcook@ doug@Miod Vallat
2015-07-20When freeing an X509_CRL, if freeing the user-maintained meth_data fails,Miod Vallat
2015-07-20In X509_PKEY_new(), make sure all allocation failures push an error to theMiod Vallat
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-07-19Allow *_free() functions in libssl to handle NULL input.Doug Hogan
2015-07-19Drop stupid (int) casts for the arguments of malloc() and friends. This isMiod Vallat
2015-07-19unifdef -UCBC_HANDLES_TRUNCATED_IOMiod Vallat
2015-07-19Verify ASN1 objects types before attempting to access them as a particularMiod Vallat
2015-07-19Convert ssl3_get_certificate_request to CBS.Doug Hogan
2015-07-19Fix symbol collision with libtls.Doug Hogan
2015-07-19Add TLS_method, TLS_client_method and TLS_server_method.Doug Hogan
2015-07-19Crank major and remove legacy variables.Doug Hogan
2015-07-19Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()Miod Vallat
2015-07-19Put explicit braces around assignment used in a conditional.Miod Vallat
2015-07-19Remove the logic responsible for outputting most AES-NI instructions asMiod Vallat