summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Big and little-endian load and store supportViktor Dukhovni4 days1-0/+338
* Tweak case of [fs] variant letter in SLH-DSA algorithmsViktor Dukhovni7 days1-118/+118
* Fix encryption level orderingNeil Horman10 days1-1/+1
* Some PQ-related CSOR OIDsViktor Dukhovni11 days1-1/+168
* Fix CMS encryption with key agreement when originator setJakub Zelenka12 days2-2/+3
* feat: support the allowedAttributeAssignments X.509v3 extensionJonathan M. Wilbur2025-01-021-0/+30
* Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()Peter Juhasz2024-12-261-0/+1
* feat: support the attributeMappings X.509v3 extensionJonathan M. Wilbur2024-12-231-0/+38
* safe_math.h: Check if __GNUC__ is definedKalavakolanu, Hema Anmisha2024-12-191-2/+4
* docs: update man3 and man7 with cipher pipeline APIsRamkumar2024-12-171-0/+1
* feat: add EVP APIs for cipher pipeliningRamkumar2024-12-175-1/+48
* Extension of OPENSSL_ia32cap to accommodate additional CPUID bitsElizarova, Alina2024-12-131-0/+2
* feat: support the timeSpecification X.509v3 extensionJonathan M. Wilbur2024-12-111-0/+186
* Add function to mix in an additional input into a RAND_POOLTomas Mraz2024-12-103-2/+5
* Fix potential use-after-free in REF_PRINT_COUNTNeil Horman2024-12-101-2/+2
* Fix memory ordering guarantees and TSAN errorsTomas Mraz2024-12-101-8/+20
* A typo fix in a commentwillmafh2024-12-061-1/+1
* Add spaces to make macros more clearwillmafh2024-12-061-13/+13
* Change all one's complement to ones' complement for consistencywillmafh2024-12-062-2/+2
* Use static array (length 256) for copy of OPENSSL_MALLOC_FAILURESsftcd2024-11-281-0/+3
* Deprecate all BIO_meth_get_*() functionsTomas Mraz2024-11-282-19/+34
* A typo fix in a commentwillmafh2024-11-281-1/+1
* Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...wangcheng2024-11-202-0/+3
* Make ossl_trace_param_values an official api functionNeil Horman2024-11-191-0/+3
* Add QUERY trace pointsNeil Horman2024-11-191-3/+1
* Add a QUERY trace categoryNeil Horman2024-11-191-1/+2
* Adding a trace category for PROVIDER callsNeil Horman2024-11-191-1/+3
* Change "a SSL" to "an SSL"Andrew Dinh2024-11-131-1/+1
* Fix doc and use of_X509v3_add_extensions() in case sk_X509_EXTENSION_num(exts...Dr. David von Oheimb2024-11-131-3/+2
* feat: define and use ossl_bio_print_hexJonathan M. Wilbur2024-11-131-0/+1
* feat: support the attributeDescriptor X.509v3 extensionJonathan M. Wilbur2024-11-131-0/+39
* Remove two unused union members from struct x509_object_st.Gábor Tóthvári2024-11-041-2/+0
* Fix builds on riscv64 using muslMatt Caswell2024-10-281-1/+8
* Add 'openssl info' item for the Windows install contextRichard Levitte2024-10-161-0/+1
* Use poll() in BIO_socket_wait() if availableAndreas Mair2024-10-111-0/+1
* Increase limit for CRL downloadDmitry Belyavskiy2024-10-081-3/+4
* Rename list macrosNeil Horman2024-09-261-12/+12
* fips: continuous random bit generator testsPauli2024-09-191-1/+1
* Add failed entropy continuous test errorPauli2024-09-191-0/+1
* feat: add ossl_serial_number_printJonathan M. Wilbur2024-09-161-0/+2
* feat: support the roleSpecCertIdentifier X.509v3 extensionJonathan M. Wilbur2024-09-161-0/+16
* EVP_get_default_properties - implementationDmitry Belyavskiy2024-09-161-0/+1
* feat: support the authorityAttributeIdentifier X.509v3 extensionJonathan M. Wilbur2024-09-101-0/+7
* feat: add TCG / platform certificate OIDsJonathan M. Wilbur2024-09-051-0/+649
* crypto: fix missing <winsock.h> indirection inclusion.FdaSilvaYY2024-09-052-1/+3
* Move inclusion of <winsock.h> out of "e_os.h" into a dedicated header file.FdaSilvaYY2024-09-053-22/+55
* Copyright year updatesTomas Mraz2024-09-0532-32/+32
* Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte2024-08-291-0/+1
* Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte2024-08-291-0/+2
* XOF / EVP_MD_size() changes.slontis2024-08-291-2/+5