Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / crypto / asn1 / ameth_lib.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-04-22 Matt CaswellUpdate copyright year
2021-04-13 FdaSilvaYYcrypto: raise error on malloc failure
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-07-16 Paulideprecate engines in libcrypto
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2018-12-07 Richard LevitteMake EVP_PKEY_asn1_add0() stricter about its input
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-07 Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-06-08 Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-03-15 Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-23 Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-23 Richard LevitteRevert "EVP_PKEY_asn1_add0(): Check that this method...
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-10-30 Richard LevitteEVP_PKEY_asn1_add0(): Check that this method isn't...
2017-10-30 Richard LevitteEVP_PKEY_ASN1_METHOD: add functions to set siginf_set...
2017-08-29 Paulie_os.h removal from other headers and source files.
2016-11-03 Richard LevitteConvert asn1 selftests (a_strnid and ameth_lib) into...
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-13 Dr. Stephen HensonAdd X25519 methods to internal tables
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-03-20 Rich SalzRemove #error from include files.
2016-03-18 Matt CaswellFix no-cmac
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-07 Dr. Stephen HensonOnly declare stacks in headers
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-06-03 Sergey AgievichAdd funtions to set item_sign and item_verify
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree null cleanup finale
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-06-27 Dr. Stephen HensonMemory leak and NULL dereference fixes.
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-10-11 Dr. Stephen Hensonupdate pkey method initialisation and copy
2011-01-13 Dr. Stephen Hensonstop warning with no-engine
2010-02-08 Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2009-12-02 Dr. Stephen HensonCheck it actually compiles this time ;-)
2009-12-02 Dr. Stephen HensonPR: 2120
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-01 Ben LaurieMore size_tification.
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-06-04 Ben LaurieMore type-checking.
2007-11-21 Dr. Stephen HensonLookup public key ASN1 methods by string by iterating...
2007-05-17 Dr. Stephen HensonPrepend signature name in dgst output.
2007-05-15 Dr. Stephen HensonNew function EVP_PKEY_asn1_copy(). Use default MD if...
2007-04-11 Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.
2006-10-27 Dr. Stephen HensonInitialize old_priv_encode, old_priv_decode.
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-04-21 Dr. Stephen HensonAdd 'flags' parameter to EVP_PKEY_asn1_meth_new() to...
2006-04-17 Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-11 Dr. Stephen HensonInitial keygen support.
2006-04-07 Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-04-05 Dr. Stephen HensonNew function to add dynamic alias.
2006-04-04 Dr. Stephen HensonFix dynamic public key method lookup.
2006-04-04 Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2006-03-24 Dr. Stephen HensonInitial support for generalized public key parameters.
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...