openssl.git
2021-02-12 Paulitest: add import and export key management hooks for...
2021-02-12 Paulitest: filter provider honours the no_cache setting.
2021-02-12 Paulichanges: add a CHANGES.md entry for the OSSL_FORCE_NO_C...
2021-02-12 Paulitest: fix no-cache problem with the quality comparison...
2021-02-12 PauliEVP: fix reference counting for EVP_CIPHER.
2021-02-12 PauliProv: add an option to force provider fetches to not...
2021-02-12 PauliCI: add a non-caching CI loop
2021-02-12 PauliEVP: fix reference counting for digest operations.
2021-02-11 Rich SalzAllow -rand to be repeated
2021-02-11 Rich SalzFetch cipher after loading providers
2021-02-11 Rich SalzProcess digest option after loading providers
2021-02-11 Rich SalzLoad rand state after loading providers
2021-02-11 Rich SalzFetch alg, etc., after loading providers
2021-02-11 Rich SalzFetch algorithm after loading providers
2021-02-11 Paulitest: add an option to output timing information from...
2021-02-11 Dr. David von... X509_STORE_CTX_cleanup(): Use internally so no need...
2021-02-11 Dr. David von... X509_STORE_CTX_get1_issuer(): Make preference on expire...
2021-02-11 Dr. David von... x509_vfy.c: Make chain_build() error diagnostics to...
2021-02-11 Tomas MrazRename internal providercommonerr.h to less mouthful...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-11 KOBAYASHI IttokuMatch description with actual output of dgst
2021-02-10 FdaSilvaYYinclude/internal: add a few missing #pragma once directives
2021-02-10 FdaSilvaYYinclude/openssl: add a few missing #pragma once directives
2021-02-10 FdaSilvaYYinclude/crypto: add a few missing #pragma once directives
2021-02-10 Paulitest: turn off parallel tests in verbose mode.
2021-02-10 Oleksandr TymoshenkoHandle partial data re-sending on ktls/sendfile on...
2021-02-10 Benjamin KadukRemove unused 'peer_type' from SSL_SESSION
2021-02-10 Shane LontisReplace provider digest flags with separate param fields
2021-02-10 Shane LontisReplace provider cipher flags with separate param fields
2021-02-10 Shane LontisReplace MAC flags OSSL_MAC_PARAM_FLAGS with separate...
2021-02-10 Shane LontisChange the ASN1 variant of x942kdf so that it can test...
2021-02-09 Dr. David von... x509_vfy.c: Sort out return values 0 vs. -1 (failure...
2021-02-09 Dr. David von... X509_get_pubkey_parameters(): Correct failure behavior...
2021-02-09 Dr. David von... x509_vfy: Clarify relevance of ctx->error also on succe...
2021-02-09 Dr. David von... x509_vfy.c: Fix various coding style and documentation...
2021-02-09 Tomas MrazCHANGES.md: Mention RSA key generation slowdown related...
2021-02-09 Tomas MrazDeprecate BN_pseudo_rand() and BN_pseudo_rand_range()
2021-02-09 Petr GotthardEnhanced integer parsing in OSSL_PARAM_allocate_from_text
2021-02-09 Richard LevitteConfiguration: ensure that 'no-tests' works correctly
2021-02-08 Randall S.... Enable fipsload test on NonStop x86.
2021-02-08 Dr. David von... mknum.pl: Exclude duplicate entries and include source...
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-07 PauliFix race condition & allow operation cache to grow.
2021-02-06 Dr. David von... Add X509_STORE_CTX_verify(), which takes the first...
2021-02-05 Richard LevittePROV: Fix encoding of MDWithRSAEncryption signature...
2021-02-05 Matt CaswellFix the cipher_overhead_test
2021-02-05 Matt CaswellRemove all OPENSSL_NO_XXX from libssl where XXX is...
2021-02-05 Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05 Matt CaswellMake sure we don't use sigalgs that are not available
2021-02-05 Matt CaswellAdd the nist group names as aliases for the normal...
2021-02-05 Matt CaswellRemove compile time guard checking from ssl3_get_req_ce...
2021-02-05 Matt CaswellCheck for availability of ciphersuites at run time
2021-02-05 Matt CaswellStop disabling TLSv1.3 if ec and dh are disabled
2021-02-05 Matt CaswellMake supported_groups code independent of EC and DH
2021-02-05 Matt CaswellEnsure default supported groups works even with no...
2021-02-05 Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-02-05 Richard LevitteMakefile template: Allow separate generation of .pod...
2021-02-05 Richard LevitteDOCS: Remove the "global" dependency on writing .pod...
2021-02-05 Richard LevitteTEST: Add an algorithm ID tester for libcrypto vs provider
2021-02-05 Richard LevitteEVP: use evp_pkey_copy_downgraded() in EVP_PKEY_copy_pa...
2021-02-05 Richard Levittedev/release.sh: Fix typo
2021-02-05 Richard LevitteRemove the old DEPRECATEDIN macros
2021-02-05 Richard LevitteERR: Rebuild all generated error headers and source...
2021-02-05 Richard LevitteERR: clean away everything related to _F_ macros from...
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-02-05 Tomas Mrazprovider-signature.pod: Fix formatting.
2021-02-05 Rich SalzDon't make pthreads mutexes recursive.
2021-02-05 Jon SpillettSwitch to BIO_snprintf to avoid missing symbol problems...
2021-02-05 Richard LevitteEVP: Adapt EVP_PKEY_{set1,get1}_encoded_public_key()
2021-02-05 Richard LevitteEVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param...
2021-02-05 Richard LevitteEVP: Adapt the other EVP_PKEY_set_xxx_param() functions
2021-02-05 Richard LevitteEVP: Make EVP_PKEY_set_params() increment the dirty...
2021-02-05 Petr Gotthardapps/openssl: add -propquery command line option
2021-02-04 Dr. David von... x509_vfy.c: Improve coding style and comments all over...
2021-02-04 Matt CaswellRemove a DSA related TODO
2021-02-04 Matt CaswellRemove some TODO(OpenSSL1.2) references
2021-02-04 Dmitry BelyavskiyDH/DHX parameter check using pkeyparam
2021-02-04 Dr. David von... Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning...
2021-02-04 Dr. David von... run_tests.pl: Improve diagnostics on the use of HARNESS...
2021-02-04 Dr. David von... test/recipes: split 81_test_cmp_cli.t, add test using...
2021-02-04 Dr. David von... apps/cmp.c: check and exit on engine load error
2021-02-04 Dr. David von... openssl.pod: Add documentation for using the loader_att...
2021-02-04 PauliFix a use after free issue when a provider context...
2021-02-03 Richard LevitteEC: Reverse the default asn1_flag in a new EC_GROUP
2021-02-03 Richard LevitteEVP: Fix evp_pkey_ctx_store_cached_data() to handle...
2021-02-03 Richard LevitteEVP: Don't find standard EVP_PKEY_METHODs automatically
2021-02-03 Richard LevitteCORE & PROV: clean away OSSL_FUNC_mac_size()
2021-02-03 Tomas Mrazapps/ecparam: Avoid crash when parameters fail to load
2021-02-03 Armin Fuerstapps/ca: Properly handle certificate expiration times...
2021-02-03 Rich SalzDeprecate EVP_MD_CTX_{set_}update_fn()
2021-02-03 Tomas MrazAdd diacritics to my name in CHANGES.md
2021-02-02 Tomas Mrazdh_cms_set_peerkey: Pad the public key to p size
2021-02-02 Dr. Matthias... Add some missing committers to the AUTHORS list
2021-02-02 Matt CaswellAdd a CI job to run the threads test with threads sanit...
2021-02-02 Matt CaswellEnsure the EVP_PKEY operation_cache is appropriately...
2021-02-02 Matt CaswellEnsure access to FIPS_state and rate_limit is appropria...
2021-02-02 Matt CaswellAlways ensure we hold ctx->lock when calling CRYPTO_get...
2021-02-02 Matt CaswellAvoid races by caching exported ciphers in the init...
2021-02-02 Matt CaswellRefactor RAND_get0_primary() locking
next