Remove some safestack things that are no longer needed
[openssl.git] / crypto /
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
2020-09-03 Richard LevitteCORE: Fix small bug in passphrase caching
2020-09-03 Richard LevitteSTORE: Fix potential memory leak
2020-09-03 Richard Levitte"Downgrade" provider-native keys to legacy where needed
2020-09-03 Richard LevitteEVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()
2020-09-03 Richard LevitteSTORE: Deprecate legacy / ENGINE functions
2020-09-03 Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-03 Richard LevitteOSSL_ENCODER / OSSL_DECODER post-rename cleanup
2020-09-03 Richard LevitteASN1: Fix d2i_KeyParams() to advance |pp| like all...
2020-09-03 Matt CaswellEnsure EVP_MAC_update() passes the length even if it...
2020-09-03 Matt CaswellAdd an HMAC implementation that is TLS aware
2020-09-03 Daniel BeveniusFix typo in FIPS_MODULE endif macro comment
2020-09-02 Todd ShortFix post-condition in algorithm_do_this
2020-09-02 Todd ShortFix use of OPENSSL_realloc in provider
2020-09-01 Dr. David von OheimbAdd -verbosity option to apps/cmp.c and add log output...
2020-08-29 Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-29 Dmitry BelyavskiyFix PKCS#7 so that it still works with non fetchable...
2020-08-29 Matt CaswellImprove some error messages if a digest is not available
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellDelete unused PKEY MAC files
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29 Matt CaswellExtend the provider MAC bridge for Poly1305
next