util/mkerr.h: Restore header file rename
[openssl.git] / crypto /
2020-09-19 Shane LontisFix ec keygen so that it passes the library context...
2020-09-19 Shane LontisAdd a copy of OSSL_SELF_TEST_get_callback() to the...
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-18 Shane Lontisfix provider signatures
2020-09-18 Shane LontisAdd fips checks for dh key agreement
2020-09-17 Shane LontisAdd selftest callback to CRNG output test
2020-09-17 Dmitry BelyavskiyHMAC should work with non-provided digests
2020-09-17 Tomas MrazRename check_chain_extensions to check_chain
2020-09-17 Tomas MrazDisallow certs with explicit curve in verification...
2020-09-17 Tomas MrazEC_KEY: add EC_KEY_decoded_from_explicit_params()
2020-09-17 Dr. David von OheimbFix Coverity CID 1466708 - correct pointer calculation...
2020-09-17 Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-09-17 Matt CaswellRedirect EVP_DigestInit to EVP_DigestSignInit_ex if...
2020-09-17 jwalchAdd a NULL check to EVP_PKEY_assign
2020-09-16 Tim Hudsonundeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
2020-09-16 Shane LontisAdd self tests for rsa encryption
2020-09-15 Paulifree memory use on error in cert verify
2020-09-15 PauliPKCS5 PBE: free allocations on unlikely / impossible...
2020-09-15 PauliPKCS#8: free data on error path in newpass_bag
2020-09-14 Dr. Matthias St... prov/drbg: cleanup some RAND_DRBG leftovers
2020-09-13 Richard LevitteEVP: Centralise fetching error reporting
2020-09-13 Matt CaswellIgnore unused return values from some sk_*() macros
2020-09-13 Matt CaswellFix safestack issues in ui.h
2020-09-13 Matt CaswellFix safestack issues in pkcs12.h
2020-09-13 Matt CaswellFix safestack issues in crypto.h
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in bio.h
2020-09-13 Matt CaswellFix safestack issues in ess.h
2020-09-13 Matt CaswellFix safestack issues in asn1t.h
2020-09-13 Matt CaswellFix safestack issues in ct.h
2020-09-13 Matt CaswellFix safestack issues in crmf.h
2020-09-13 Matt CaswellFix safestack issues in x509_vfy.h
2020-09-13 Matt CaswellFix safestack issues in srp.h
2020-09-13 Matt CaswellFix safestack issues in pkcs7.h
2020-09-13 Matt CaswellFix safestack issues in ocsp.h
2020-09-13 Matt CaswellFix safestack issues in cms.h
2020-09-13 Matt CaswellFix safestack issues in cmp.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-09-12 Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-09-12 Richard LevitteEC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to...
2020-09-12 Shane Lontiskeygen: add FIPS error state management to conditional...
2020-09-12 PauliFIPS: error mode is set from failed self tests and...
2020-09-12 Shane LontisFix coverity issue: CID 1466482 - Resource leak in...
2020-09-12 Shane LontisFix coverity issue: CID 1466483 - Improper use of Negat...
2020-09-12 Shane LontisFix coverity issue: CID 1466484 - Remove dead code...
2020-09-12 Shane LontisFix coverity issue: CID 1466485 - Explicit NULL derefer...
2020-09-12 Shane LontisFix coverity issue: CID 1466486 - Resource leak in...
2020-09-12 Richard LevitteOSSL_DECODER 'decode' function must never be NULL.
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Require X.509 v3 if extension...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Change exclusion condition...
2020-09-11 Dr. David von Oheimbx509_vfy.c: Make sure that strict checks are not done...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that CA cert includ...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that on empty Subje...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that AKID and SKID...
2020-09-11 Dr. David von Oheimbcheck_chain_extensions(): Add check that Basic Constrai...
2020-09-11 Dr. David von OheimbExtend X509 cert checks and error reporting in v3_...
2020-09-10 Dr. David von Oheimbapps_ui.c: Correct password prompt for ui_method
2020-09-10 Richard LevitteSTORE: Fix OSSL_STORE_attach() to check |ui_method...
2020-09-10 Dr. David von OheimbX509_NAME_cmp: restrict normal return values to {-1...
2020-09-10 Dr. David von OheimbX509_NAME_oneline(): Fix output of multi-valued RDNs...
2020-09-10 Matt CaswellFix an EVP_MD_CTX leak
2020-09-10 Richard LevitteDiverse build.info: Adjust paths
2020-09-10 Dr. David von Oheimbbugfix in apps/cmp.c and cmp_client.c: inconsistencies...
2020-09-10 Dr. David von Oheimbbugfix in ossl_cmp_msg_protect(): set senderKID and...
2020-09-10 Dr. David von Oheimbbugfix in ossl_cmp_msg_add_extraCerts(): should include...
2020-09-10 Dr. David von OheimbClean up CMP chain building for CMP signer, TLS client...
2020-09-09 Richard LevitteENCODER: Refactor provider implementations, and some...
2020-09-09 PauliIn a non-shared build, don't include the md5 object...
2020-09-09 Paulilegacy: include MD5 code in legacy provider
2020-09-08 Dr. David von OheimbAllow unauthenticated CMP server if missing -trusted...
2020-09-08 Dr. David von OheimbAdd 4 new OIDs for PKIX key purposes and 3 new CMP...
2020-09-08 Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08 Dr. David von OheimbOSSL_HTTP_parse_url(): add optional port number return...
2020-09-08 Richard LevitteEVP: Move the functions and controls for setting and...
2020-09-08 Richard LevitteEVP: Expand the use of EVP_PKEY_CTX_md()
2020-09-08 Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-08 Dmitry BelyavskiyNew GOST PKCS12 standard support
2020-09-08 Richard LevitteEVP: Don't shadow EVP_PKEY_CTX_new* error records
2020-09-08 Richard LevitteEVP: Preserve the EVP_PKEY id in a few more spots
2020-09-07 luxinyouFix memory leaks in conf_def.c
2020-09-06 John BaldwinSlightly abstract ktls_start() to reduce OS-specific...
2020-09-06 John BaldwinFix the socket BIO control methods to use ktls_crypto_i...
2020-09-05 Dr. David von OheimbX509_STORE_CTX_print_verify_cb(): add AKID and SKID...
2020-09-05 Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-09-05 Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-09-05 Shane LontisFix coverity CID #1454815 - NULL ptr dereference in...
2020-09-05 Shane LontisFix coverity CID #1452769 & #1452771 - Arg passed to...
2020-09-05 Shane LontisFix coverity CID #1457935 - Check return value in ffc_p...
2020-09-05 Shane LontisFix coverity CID #1465967 & #1465968 - fix NULL derefer...
2020-09-05 Shane LontisFix coverity CID #1466378 - Incorrect expression in...
2020-09-03 Richard LevitteASN1: Make ASN1_item_verify_ctx() work with provider...
2020-09-03 Richard LevitteEC: Remove one error record that shadows another
2020-09-03 Richard LevitteEVP: Don't report malloc failure in new_raw_key_int()
2020-09-03 Richard LevitteSTORE: Stop the flood of errors
next