summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-18make err() message strings of find-doc-nits consistently start with uppercase...David von Oheimb
2020-03-18add line and file info to 'Malformed line' error msg on *.num files in make-d...David von Oheimb
2020-03-18Rename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP_MSG_bioDr. David von Oheimb
2020-03-18fix false positive of check-format.pl regarding '#if' on preceding line; exte...Dr. David von Oheimb
2020-03-18make util/check-format.pl script executableDr. David von Oheimb
2020-03-18fix false positive of check-format.pl reporting '{1 stmt}' after multi-line '...Dr. David von Oheimb
2020-03-17Extend Travis build time-outRich Salz
2020-03-18Implement serializers for ED25519 and ED448Matt Caswell
2020-03-17sslapitest: don't leak the SSL_CTX pairBen Kaduk
2020-03-16Fix the compile error once enabled WerrorXiaokang Qian
2020-03-16Use a flag in SSL3_BUFFER to track when an application buffer is reused.John Baldwin
2020-03-16Support KTLS on connections using BIO_TYPE_CONNECT.John Baldwin
2020-03-15TEST: Adapt all applicable tests to the new distinguishing IDRichard Levitte
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte
2020-03-15APPS: Add ctrl_str()-like functionality for X509 and X509_REQRichard Levitte
2020-03-15SM2: Make the EVP_PKEY_METHOD ctrl_str function listen to distidRichard Levitte
2020-03-15X509: Rename X509_set0_sm2_id() and friendsRichard Levitte
2020-03-15EVP: Don't call digest_custom() quite so earlyRichard Levitte
2020-03-15Add ECDSA to providersShane Lontis
2020-03-15Fix legacy_ctrl_to_param() to pay better attention to keytypeRichard Levitte
2020-03-15Add RSA sign to the fips providerShane Lontis
2020-03-14DOCS: Fix the description of OSSL_PARAM_allocate_from_text()Richard Levitte
2020-03-14DH: remove DH parameter files that aren't used or installed.Pauli
2020-03-14Remove reference to old DH files.Pauli
2020-03-14Remove old incorrect DH parameter filesPauli
2020-03-14dh: document what the PEM files in apps actually contain.Pauli
2020-03-14Fix RSA structureRichard Levitte
2020-03-14Configurations: Fix "android" configuration targetRichard Levitte
2020-03-14Andoid cross compile: change ANDROID_NDK_HOME to ANDROID_NDK_ROOTRichard Levitte
2020-03-13Add test that changes ciphers on CCSBenjamin Kaduk
2020-03-13Code to thread-safety in ChangeCipherStateBenjamin Kaduk
2020-03-13Don't write to the session when computing TLS 1.3 keysBenjamin Kaduk
2020-03-13Fix whitespace nit in ssl_generate_master_secret()Benjamin Kaduk
2020-03-13doc: fix spelling of TYPE_get_ex_new_indexBenjamin Kaduk
2020-03-13Additional updates to SSL_CTX_sess_set_get_cb.podBenjamin Kaduk
2020-03-13doc: Update the reference from draft to RFCJakub Jelen
2020-03-13pkcs12 demo: output correct file names on error.ning
2020-03-12test/recipes/30-test_evp_data/evppkey.txt: Change an expected KeyGen resultRichard Levitte
2020-03-12test/evp_test.c: fix keygen_test_run()Richard Levitte
2020-03-12PROV: Add RSA functionality for key generationRichard Levitte
2020-03-12EVP: Add new domparams and key generation functionalityRichard Levitte
2020-03-12CORE: Add the key object generator libcrypto<->provider interfaceRichard Levitte
2020-03-12Add ECDH to fips providerShane Lontis
2020-03-12Add EC key validation to default providerShane Lontis
2020-03-11If the first serializer we find is the desired one that's okMatt Caswell
2020-03-11Don't crash if we fail to find a serializer for the current providerMatt Caswell
2020-03-11AES CTR-DRGB: add test for 32-bit counter overflowPatrick Steuer
2020-03-11AES CTR-DRGB: performance improvementPatrick Steuer
2020-03-11DOCS: Use "command" not "tool" or "utility"Rich Salz
2020-03-10Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb