summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2022-08-12Make OSSL_TIME a structurePauli
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau
2022-07-28Give BIO_s_mem() the ability to support datagramsMatt Caswell
2022-07-26x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb
2022-07-22Use separate function to get GCM functionsTodd Short
2022-07-22Remove unused 1bit GCM implementationTodd Short
2022-07-22Remove unused 8bit GCM implementationTodd Short
2022-07-21Emit rev8 on __riscv_zbkb as on __riscv_zbbmarcfedorow
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-19libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-08Add config option OPENSSL_NO_UNIX_SOCKMax Bachmann
2022-07-06ssl: implement an event queuePauli
2022-07-06ssl: add a zero time macroPauli
2022-07-06Add additional includePauli
2022-07-01CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb
2022-06-30Update the default macsaltlen and Add the configure for macsaltlenKan
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-06-28Objects: Add OIDs needed for CAdES-ProcessingLutz Jaenicke
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-22Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-06-22ssl: expose the get time function internallyPauli
2022-06-22add priority queue implementationPauli
2022-06-16Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch
2022-06-13RSA keygen update: Raise an error if no prime candidate q is found.slontis
2022-06-10aes_platform: add riscv64 zkn asm supportHongren (Zenithal) Zheng
2022-06-10Add riscv scalar crypto extension capabilityHongren (Zenithal) Zheng
2022-06-03Add OSSL_QUIC methods to headers and manual pagesTomas Mraz
2022-05-30http_client.c: Dump response on error when tracing is enabledDr. David von Oheimb
2022-05-30Move types.h #undefs for wincrypt.h compatibilitySamuel Lee
2022-05-27QUIC wire format supportHugo Landau
2022-05-23Add more SRTP protection profilesKijin Kim
2022-05-23strcasecmp: implement strcasecmp and strncasecmpPauli
2022-05-23tolower: refine the tolower code to avoid a memory accessPauli
2022-05-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz
2022-05-19Add BSWAP4/BSWAP8 routines for riscv64 with ZbbHenry Brausen
2022-05-19Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen
2022-05-19Prepare NonStop for fixed-size integer types.Randall S. Becker
2022-05-16Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
2022-05-13Add fallback in case of locale initialization failureTomas Mraz
2022-05-13Avoid code duplication for locale initializationTomas Mraz