OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / crypto / engine / eng_fat.c
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-07-16 Richard LevitteUpdate copyright year
2020-07-16 Paulideprecate engines in libcrypto
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-12-04 MerQGhUpdate eng_fat.c
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-09 Dr. Stephen HensonEngine EC_KEY_METHOD functionality.
2015-12-09 Dr. Stephen Hensonremove ECDSA_METHOD from ENGINE
2015-12-09 Dr. Stephen Hensonremove ECDH_METHOD from ENGINE
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-01-24 Kurt RoeckxFix segfault with empty fields as last in the config.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2011-05-15 Dr. Stephen Hensonnew flag to stop ENGINE methods being registered
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-06-02 Dr. Stephen HensonExtend default method string to include public key...
2006-06-01 Dr. Stephen HensonAdd missing prototype. Extend engine utility to print...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-03-13 Geoff ThorpeFix a bone-head bug. This warrants a CHANGES entry...
2002-08-09 Bodo MöllerAdd ECDH support.
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-01-22 Dr. Stephen HensonConstification.
2002-01-22 Dr. Stephen Hensondefault_algorithms option in ENGINE config.
2001-09-25 Geoff ThorpeThis change adds cipher and digest support into ENGINE...
2001-09-25 Geoff ThorpeThis change replaces the ENGINE's underlying mechanics...