summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-22APPS: Implement load_keyparams() to load key parametersRichard Levitte
2020-10-22Implement OpenSSL secure memory for WindowsJeremiah Gowdy
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-21Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell
2020-10-20Document EVP_PKEY_set1_encoded_public_key()Matt Caswell
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia
2020-10-20Fix Aes-xts potential failure on aarch64XiaokangQian
2020-10-20Prefix crlNumber output with 0x.Jacob Hoffman-Andrews
2020-10-19Fix no-dhMatt Caswell
2020-10-19TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte
2020-10-19DH: have DH_set_length() increment the dirty count.Richard Levitte
2020-10-19DH: make the private key length importable / exportableRichard Levitte
2020-10-18Change markdown link style in README, INSTALL, SUPPORT and CONTRIBUTINGDr. Matthias St. Pierre
2020-10-18README: make the link to the OpenSSL 3.0 Wiki page more prominentDr. Matthias St. Pierre
2020-10-17ENCODER & DECODER: set params on all encoder/decoder instances, unconditionallyRichard Levitte
2020-10-17dev/release.sh: improve instruction for pushing the tagRichard Levitte
2020-10-16TEST: modify tconversion.pl for forensicsRichard Levitte
2020-10-16Add a CHANGES entry for the SSL_SECOP_TMP_DH changeMatt Caswell
2020-10-16Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callbackMatt Caswell
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell
2020-10-16Fix missing include of string.h in apps/lib/engine.c for strcmp.Randall S. Becker
2020-10-16list: add a -provider-info option.Pauli
2020-10-16null prov: fix gettable param array type.Pauli
2020-10-15Prepare for 3.0 alpha 8Matt Caswell
2020-10-15Prepare for release of 3.0 alpha 7openssl-3.0.0-alpha7Matt Caswell
2020-10-15Update copyright yearMatt Caswell
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell
2020-10-15Remove some more CMS key downgradesMatt Caswell
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-15Remove a CMS key downgradeMatt Caswell
2020-10-14[test][tls-provider] Implement KEM algorithmNicola Tuveri
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-10-14[test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri
2020-10-14[test][sslapitest] Add test for pluggable KEM groupNicola Tuveri
2020-10-14[test][tls-provider] Group xor_group properties in a structNicola Tuveri
2020-10-14Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx
2020-10-14syscall_random(): don't fail if the getentropy() function is a dummyYury Is
2020-10-14Reconciled c99 and loader arguments for float on NonStop TNS/E and TNS/X.Randall S. Becker
2020-10-13EVP: Take care of locks when downgrading an EVP_PKEYRichard Levitte
2020-10-12Fixed typo in ssl_lib.cIkko Ashimine
2020-10-12Make TAP::Harness and TAP::Parser optional.Rainer Jung