test/run_tests.pl: Enhance the semantics of HARNESS_VERBOSE_FAILURES (VF)
[openssl.git] / crypto /
2020-07-02 Nicola TuveriFix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEY
2020-07-01 Dr. David von OheimbX509v3_cache_extensions(): Improve coding style and...
2020-07-01 Dr. David von OheimbAdd X509_self_signed(), extending and improving documen...
2020-07-01 Dr. David von OheimbFix issue 1418 by moving check of KU_KEY_CERT_SIGN...
2020-07-01 Dr. David von OheimbOptimization and safety precaution in find_issuer(...
2020-07-01 Dr. David von OheimbRefactor (without semantic changes) crypto/x509/{v3_pur...
2020-07-01 Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-06-30 Shane LontisFix CID-1464802
2020-06-28 Matt CaswellMake the ASYNC code default libctx aware
2020-06-28 Richard LevitteCORE: Add an internal function to distinguish the globa...
2020-06-28 Richard LevitteCORE: Add OPENSSL_CTX_set0_default(), to set a default...
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-24 Paulievp_rand: documentation
2020-06-24 Paulifips rand: DRBG KAT self test updates to provider model.
2020-06-24 PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24 Dr. Matthias St... rand: move drbg_{ctr,hash,hmac}.c without change to...
2020-06-24 Dr. Matthias St... rand: move rand_{unix,vms,vxworks,win}.c without change...
2020-06-24 Pauliparams: add OSSL_PARAM helpers for time_t.
2020-06-24 PauliCRNGT: continuous DRBG tests for providers
2020-06-24 Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-06-24 PauliMove CRNG test to providers
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-06-23 Pauliproperty: correctly set the has optional flag when...
2020-06-23 Pauliproperty: Move global default properties to the library...
2020-06-23 Shane LontisFix potential double free in rsa_keygen pairwise test.
2020-06-23 Pauliserialization: break the provider locating code to...
2020-06-23 Tristan BauerFix wrong return value check of mmap function
2020-06-22 Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-22 Patrick SteuerPrint CPUINFO also for s390 processors
2020-06-21 Nicola TuveriFlag RSA secret BNs as consttime on keygen and checks
2020-06-21 FdaSilvaYYFix `no-ts` builds.
2020-06-21 Paulinamemap: change ossl_namemap_empty() to do what the...
2020-06-20 Richard LevitteBuild: Remove faulty DES assembler spec
2020-06-19 Matt CaswellEnsure creating an EC public key uses the libctx
2020-06-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellProvider a better error message if we fail to copy...
2020-06-19 Matt CaswellMake sure we save the copy function when registering...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-19 haykam821Remove whitespace from 'white space'
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-16 Nicola TuveriRefactor BN_R_NO_INVERSE logic in internal functions
2020-06-16 Dr. David von OheimbImprove BIO_socket_wait(), BIO_wait(), BIO_connect_retr...
2020-06-16 Dr. David von OheimbAdd OPENSSL_strdup failure check to cpt_ctrl() in bss_a...
2020-06-16 Dr. David von OheimbFix err checking and mem leaks of BIO_set_conn_port...
2020-06-15 Richard LevitteEVP: allow empty strings to EVP_Decode* functions
2020-06-14 Benjamin KadukFix logic error for building x86 CAST assembly
2020-06-13 Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13 Dr. David von OheimbBug fix in ossl_cmp_hdr_init(): sould not remember...
2020-06-13 Dr. David von OheimbBug fix in ossl_cmp_certRep_new(): must allocate empty...
2020-06-13 Dr. David von OheimbMake CMP server use same protection for response as...
2020-06-13 Dr. David von OheimbFill in transactionID on any error in OSSL_CMP_SRV_proc...
2020-06-13 Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-06-13 Dr. David von OheimbImprove cert checking diagnostics of OSSL_CMP_validate_...
2020-06-13 Dr. David von OheimbRemove misleading diagnostics on pinned sender cert...
2020-06-13 Dr. David von OheimbCorrect error reason of verify_signature() in cmp_vfy.c
2020-06-13 Dr. David von OheimbAllow subject of CMP -oldcert as sender unless protecti...
2020-06-13 Dr. David von OheimbCheck expected sender not only for signature-protected...
2020-06-13 Dr. David von OheimbStreamline the approach to set CMP message recipient...
2020-06-13 Dr. David von OheimbFix too strict checks of ossl_cmp_calc_protection()
2020-06-12 PauliFix two additional instances of the old EVP_MAC_CTX_...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11 Paulikdf: make function naming consistent.
2020-06-10 Matt CaswellCorrectly handle the return value from EVP_Cipher(...
2020-06-10 Matt CaswellEnsure we never use a partially initialised CMAC_CTX
2020-06-10 Dr. David von OheimbGenerate error queue entry on FFC_CHECK_BAD_LN_PAIR...
2020-06-09 Shane LontisUpdate RSA keygen to use sp800-56b by default
2020-06-08 Richard LevitteEVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
2020-06-08 Vadim FedorenkokTLS: add support for AES_CCM128 and AES_GCM256
2020-06-08 Hubert Kariofix doc typo in bn_dh.c
2020-06-08 Dr. David von OheimbFix mem leaks and allow missing pkey and/or cert in...
2020-06-08 Dr. David von OheimbFix code layout in crypto/store/loader_file.c satisfyin...
2020-06-05 Matt CaswellAlways create a key when importing
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-06-05 Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
2020-06-05 Matt CaswellEnable applications to directly call a provider's query...
2020-06-04 Nicola Tuveri[crypto/ec] Remove unreachable AVX2 code in NISTZ256...
2020-06-04 Richard LevitteCORE: make sure activated fallback providers stay activated
2020-06-04 Aaron ThompsonFix missed fields in EVP_PKEY_meth_copy.
2020-06-04 Matt CaswellUpdate copyright year
2020-06-03 Bernd EdlingerFix a buffer overflow in drbg_ctr_generate
2020-06-02 Richard LevittePEM: Make PKCS8 serializers aware of OSSL_SERIALIZERs
2020-06-02 Billy BrumleyMove EC_METHOD to internal-only
2020-06-02 Richard LevitteAPPS: Remove make_config_name, use CONF_get1_default_co...
2020-06-01 Bernd EdlingerRevert the check for NaN in %f format
2020-06-01 Tim Hudsonundeprecate SSL_CTX_load_verify_locations and X509_STOR...
2020-06-01 Dr. David von OheimbMake BIO_do_connect() and friends handle multiple IP...
2020-05-29 Bernd Edlingerbio printf: Avoid using rounding errors in range check
2020-05-28 Benjamin KadukRSA: Do not set NULL OAEP labels
2020-05-28 Benjamin Kadukparams: do not ignore zero-length strings
2020-05-28 Matt CaswellFail if we fail to fetch the EVP_KEYMGMT
2020-05-27 Bernd EdlingerAvoid undefined behavior with unaligned accesses
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-27 FdaSilvaYYcrypto/cms: add CAdES-BES signed attributes validation
2020-05-27 Richard LevittePROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx...
2020-05-26 Dr. David von OheimbFix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey...
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
next