aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make OSSL_TIME a structurePauli2022-08-121-30/+53
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-293-0/+12
* QUIC Frame Encoding and Decoding FunctionsHugo Landau2022-07-294-2/+852
* Give BIO_s_mem() the ability to support datagramsMatt Caswell2022-07-281-0/+1
* x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb2022-07-261-55/+53
* Use separate function to get GCM functionsTodd Short2022-07-222-6/+13
* Remove unused 1bit GCM implementationTodd Short2022-07-221-9/+0
* Remove unused 8bit GCM implementationTodd Short2022-07-221-4/+0
* Emit rev8 on __riscv_zbkb as on __riscv_zbbmarcfedorow2022-07-211-2/+2
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-0/+1
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-202-0/+10
* libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb2022-07-191-1/+1
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-193-1/+3
* Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb2022-07-191-0/+2
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-181-1/+4
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-161-0/+7
* Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte2022-07-131-4/+4
* Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann2022-07-081-1/+10
* ssl: implement an event queuePauli2022-07-061-0/+163
* ssl: add a zero time macroPauli2022-07-061-0/+3
* Add additional includePauli2022-07-061-0/+1
* CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb2022-07-011-1/+3
* Update the default macsaltlen and Add the configure for macsaltlenKan2022-06-301-0/+1
* store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz2022-06-281-0/+3
* CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb2022-06-281-9/+14
* Objects: Add OIDs needed for CAdES-ProcessingLutz Jaenicke2022-06-281-0/+80
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-271-1/+1
* Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng2022-06-221-0/+22
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-223-46/+97
* ssl: expose the get time function internallyPauli2022-06-221-0/+84
* add priority queue implementationPauli2022-06-221-0/+87
* Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch2022-06-161-3/+3
* RSA keygen update: Raise an error if no prime candidate q is found.slontis2022-06-132-2/+3
* aes_platform: add riscv64 zkn asm supportHongren (Zenithal) Zheng2022-06-101-0/+13
* Add riscv scalar crypto extension capabilityHongren (Zenithal) Zheng2022-06-101-0/+10
* Add OSSL_QUIC methods to headers and manual pagesTomas Mraz2022-06-032-0/+44
* http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb2022-05-301-1/+3
* Move types.h #undefs for wincrypt.h compatibilitySamuel Lee2022-05-301-10/+13
* QUIC wire format supportHugo Landau2022-05-272-0/+204
* Add more SRTP protection profilesKijin Kim2022-05-231-8/+20
* strcasecmp: implement strcasecmp and strncasecmpPauli2022-05-231-3/+0
* tolower: refine the tolower code to avoid a memory accessPauli2022-05-231-4/+8
* Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz2022-05-211-2/+0
* Add BSWAP4/BSWAP8 routines for riscv64 with ZbbHenry Brausen2022-05-191-0/+7
* Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen2022-05-192-0/+92
* Prepare NonStop for fixed-size integer types.Randall S. Becker2022-05-191-0/+3
* Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz2022-05-161-2/+2
* Always try locale initialization from OPENSSL_strcasecmpTomas Mraz2022-05-131-0/+1
* Add fallback in case of locale initialization failureTomas Mraz2022-05-131-0/+1
* Avoid code duplication for locale initializationTomas Mraz2022-05-131-3/+0