aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
3 daysAdd 'openssl info' item for the Windows install contextRichard Levitte1-0/+1
8 daysUse poll() in BIO_socket_wait() if availableAndreas Mair1-0/+1
11 daysIncrease limit for CRL downloadDmitry Belyavskiy1-3/+4
2024-09-26Rename list macrosNeil Horman1-12/+12
2024-09-19fips: continuous random bit generator testsPauli1-1/+1
2024-09-19Add failed entropy continuous test errorPauli1-0/+1
2024-09-16feat: add ossl_serial_number_printJonathan M. Wilbur1-0/+2
2024-09-16feat: support the roleSpecCertIdentifier X.509v3 extensionJonathan M. Wilbur1-0/+16
2024-09-16EVP_get_default_properties - implementationDmitry Belyavskiy1-0/+1
2024-09-10feat: support the authorityAttributeIdentifier X.509v3 extensionJonathan M. Wilbur1-0/+7
2024-09-05feat: add TCG / platform certificate OIDsJonathan M. Wilbur1-0/+649
2024-09-05crypto: fix missing <winsock.h> indirection inclusion.FdaSilvaYY2-1/+3
2024-09-05Move inclusion of <winsock.h> out of "e_os.h" into a dedicated header file.FdaSilvaYY3-22/+55
2024-09-05Copyright year updatesTomas Mraz32-32/+32
2024-08-29Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte1-0/+1
2024-08-29Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte1-0/+2
2024-08-29XOF / EVP_MD_size() changes.slontis1-2/+5
2024-08-28RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan1-0/+1
2024-08-28Cleanups for FIPS options..slontis1-232/+11
2024-08-27feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte1-0/+5
2024-08-27feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte2-0/+5
2024-08-26fix: alias auditEntity OIDJonathan M. Wilbur2-7/+5
2024-08-26feat: support auditIdentity X.509v3 extensionJonathan M. Wilbur1-0/+6
2024-08-26fix: wrong name for OID -> auditIdentityJonathan M. Wilbur1-3/+4
2024-08-23FIPS: Add EDDSA public key validation.slontis1-0/+5
2024-08-22Replace PKCS#1 v1.5 padding in RSA PCTJoachim Vandersmissen1-0/+1
2024-08-21Add FIPS KMAC key checkslontis1-0/+8
2024-08-21Add HMAC FIPS keysize check.slontis1-1/+9
2024-08-21Use the new hashtable for core_namemapTomas Mraz3-3/+4
2024-08-21hashtable: Support lockless readsTomas Mraz1-2/+3
2024-08-21alternate collision checking supportNeil Horman1-8/+10
2024-08-21Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash compositesRichard Levitte1-0/+4
2024-08-21Implement functionality for direct use of composite signature algorithmsRichard Levitte3-12/+62
2024-08-16Revert "fipsinstall: add ed_no_verify_digested option"Pauli1-7/+0
2024-08-15Add FIPS Indicator for ECDH cofactor.slontis2-1/+10
2024-08-15fips: allow to customize provider vendor nameDimitri John Ledkov1-0/+5
2024-08-14Add EDDSA FIPS self tests.slontis1-0/+1
2024-08-13adds TLS signature algorithms list featureMichael Baentsch1-0/+2
2024-08-13Restrict salt length for RSA-PSS in the FIPS providerpohsingwu2-0/+17
2024-08-12Add signature digest check option to fipsinstallPauli1-0/+8
2024-08-08fipsinstall: add kbkdf key check optionPauli1-0/+8
2024-08-07Add OIDs id-kp-wisun-fan-device and id-on-hardwareModuleMathis Marion1-0/+10
2024-08-07Remove the event queue codeMatt Caswell1-163/+0
2024-08-07fips: add option to disable PKCS#1 version 1.5 paddingPauli1-1/+6
2024-08-07fipsinstall: add option to disable RSA PKCS#1 version 1.5 paddingPauli1-0/+4
2024-08-07Check that a supported_versions extension is present in an HRRMatt Caswell1-0/+1
2024-08-07ssl: factorize and improved hex conversion codeFdaSilvaYY1-0/+27
2024-08-07crypto: factorize to hex chars conversion code.FdaSilvaYY1-0/+6
2024-08-07Fix '--strict-warnings' build breakageFdaSilvaYY1-1/+1
2024-08-07Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy3-4/+17