summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-08Add SM2 private key range validationNicola Tuveri
2021-01-08[test][pkey_check] Add invalid SM2 key testNicola Tuveri
2021-01-08[apps/pkey] Return error on failed `-[pub]check`Nicola Tuveri
2021-01-08[test] Add `pkey -check` validation testsNicola Tuveri
2021-01-08Adding TLS group name retrievalMichael Baentsch
2021-01-08[crypto/dh] side channel hardening for computing DH shared keysBilly Brumley
2021-01-08Ensure DTLS free functions can handle NULLMatt Caswell
2021-01-07Remove extra space.Otto Hollmann
2021-01-07Fixed error and return code.Otto Hollmann
2021-01-07Add a CHANGES entry for ignore unknown ciphers in set_ciphersuites.Otto Hollmann
2021-01-07Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann
2021-01-07Prepare for 3.0 alpha 11Matt Caswell
2021-01-07Prepare for release of 3.0 alpha 10openssl-3.0.0-alpha10Matt Caswell
2021-01-07Update copyright yearMatt Caswell
2021-01-06Only perform special TLS handling if TLS has been configuredMatt Caswell
2021-01-06Mac M1 setting change proposal.David CARLIER
2021-01-05Support session information on FreeBSD.John Baldwin
2021-01-05Use CRIOGET to fetch a crypto descriptor when present.John Baldwin
2021-01-05Updated SSL_CTX_new docbazmoz
2021-01-0528-seclevel.cnf.in: fix typo in algo nameEtienne Millon
2021-01-05EVP_SIGNATURE-ED25519.pod: fix typo in algo nameEtienne Millon
2021-01-04win-onecore: Build with /APPCONTAINER for UWP compatNirbheek Chauhan
2021-01-04crypto/win: Don't use disallowed APIs on UWPNirbheek Chauhan
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-31Add a test for the new CRYPTO_atomic_* functionsMatt Caswell
2020-12-31Add documentation for CRYPTO_atomic_or and CRYPTO_atomic_loadMatt Caswell
2020-12-31Optimise OPENSSL_init_cryptoMatt Caswell
2020-12-31Add some more CRYPTO_atomic functionsMatt Caswell
2020-12-30Don't call EVP_CIPHER_CTX_block_size() to find the block sizeMatt Caswell
2020-12-24Optimise OPENSSL_init_crypto to not need a lock when loading configMatt Caswell
2020-12-23Cache Digest constantsMatt Caswell
2020-12-23Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell
2020-12-23Fix doc-nits for list commandDmitry Belyavskiy
2020-12-23Fetch provided algorithm once per benchmarkDmitry Belyavskiy
2020-12-21Fix NULL pointer access caused by X509_ATTRIBUTE_create()Ingo Schwarze
2020-12-21Restore v2i_AUTHORITY_INFO_ACCESS() behaviorjwalch
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-19GitHub CI: Separate no-deprecated job from minimal jobRichard Levitte
2020-12-19Fix 'no-deprecated'Richard Levitte
2020-12-19Fix OSSL_PARAM creation in OSSL_STORE_open_exPetr Gotthard
2020-12-19TEST: Fix test/endecode_test.c for 'no-legacy'Richard Levitte
2020-12-17make updateRichard Levitte
2020-12-17GitHub CI: Add 'check-update' and 'check-docs'Richard Levitte
2020-12-17dsa: add additional deprecated functions to CHANGES entry.Pauli
2020-12-17dsa: provider and library deprecation changesPauli
2020-12-17dsa: apps deprecation changesPauli
2020-12-17dsa: fuzzer deprecation changesPauli
2020-12-17dsa: documentation deprecation changesPauli
2020-12-17apps/cmp.c: Correct -keyform option range w.r.t engineDr. David von Oheimb
2020-12-17apps/cmp.c: Fix bug on -path option introduced in commit 3c9d6266ed85Dr. David von Oheimb