Age | Commit message (Expand) | Author |
2015-10-22 | Another change that is needed to restore the previous behaviour of | Joel Sing |
2015-10-22 | Restore previous behaviour and allow | Joel Sing |
2015-10-19 | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | Bob Beck |
2015-10-16 | Remove pointless externs - the structs are declared in the same files a | Joel Sing |
2015-10-16 | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | Joel Sing |
2015-10-16 | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | Joel Sing |
2015-10-13 | Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-10-08 | Rip the guts out of another gibbering horror of a time comparison function, and | Bob Beck |
2015-10-08 | revert previous accidental commit | Bob Beck |
2015-10-08 | Spelling in comment | Bob Beck |
2015-10-06 | prefer limits.h over sys/limits.h | Brent Cook |
2015-10-05 | Make sure dot is not set after tz - fixes incorrect handling, which allows | Joel Sing |
2015-10-04 | Apply some style(9), tweak a few things for readability and add some | Joel Sing |
2015-10-02 | Flense the greasy black guts of unreadble string parsing code out of three areas | Bob Beck |
2015-09-30 | Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-09-30 | Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly, | Joel Sing |
2015-09-30 | s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free). | Joel Sing |
2015-09-30 | Replace M_ASN1_GENERALIZEDTIME_(new|free) with | Joel Sing |
2015-09-30 | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | Joel Sing |
2015-09-30 | Remove unnecessary type assignments - M_ASN1_INTEGER_new() already sets | Joel Sing |
2015-09-29 | Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to | Joel Sing |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-09-10 | Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*. | 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 | 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-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-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 |
2015-07-20 | When freeing an X509_CRL, if freeing the user-maintained meth_data fails, | Miod Vallat |
2015-07-20 | In X509_PKEY_new(), make sure all allocation failures push an error to the | Miod Vallat |
2015-07-19 | Drop stupid (int) casts for the arguments of malloc() and friends. This is | Miod Vallat |
2015-07-18 | Check the return value of ASN1_STRING_set(), for it may fail to allocate | Miod Vallat |
2015-07-16 | Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string; | Miod Vallat |
2015-07-16 | Explicitely cast a char into unsigned long before shifting it left by 24, for | Miod Vallat |
2015-07-15 | Fix two theoretical NULL pointer dereferences which can only happen if you | Miod Vallat |
2015-04-12 | Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days. | Doug Hogan |
2015-03-19 | Fix several crash causing defects from OpenSSL. | Ted Unangst |
2015-02-22 | Remove IMPLEMENT_STACK_OF noops. | Joel Sing |
2015-02-15 | Regen | Miod Vallat |
2015-02-14 | Remove asn1_ex_i2c() prototype, now that this function has been made static; | Miod Vallat |
2015-02-14 | Unchecked allocations in x509_name_canon(). | Miod Vallat |
2015-02-14 | Memory leak upon error in X509_add1_{trust,reject}_object. | Miod Vallat |
2015-02-14 | Manually expand IMPLEMENT_EXTERN_ASN1 macro (the only occurence in crypto). | Joel Sing |