aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-233-1/+52
* Fix AES-GCM on Power 8 CPUsTomas Mraz2022-09-131-10/+2
* aes_platform: add riscv32 zkn asm supportHongren (Zenithal) Zheng2022-09-051-0/+19
* BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau2022-09-011-1/+1
* X509: clean up doc and implementation of X509{,_REQ}_check_private_key()Dr. David von Oheimb2022-08-241-0/+1
* x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb2022-08-241-1/+1
* Limit the size of various MAXCHUNK definitionsPauli2022-08-191-1/+1
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-0/+6
* 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
* 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-191-0/+1
* Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte2022-07-131-4/+4
* store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz2022-06-281-0/+3
* Add ROTATE inline asm support for SM3Hongren (Zenithal) Zheng2022-06-221-0/+22
* RSA keygen update: Raise an error if no prime candidate q is found.slontis2022-06-131-1/+1
* 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
* tolower: refine the tolower code to avoid a memory accessPauli2022-05-231-4/+8
* 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
* Move OPENSSL_strcasecmp() and related to o_str.cTomas Mraz2022-05-131-3/+0
* Remove the _fetch_by_number functionsPauli2022-05-062-6/+0
* Add method store cache flush and method removal to non-EVP operationsRichard Levitte2022-05-053-1/+13
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-0/+1
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-1/+2
* Update copyright yearMatt Caswell2022-05-039-9/+9
* evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz2022-05-021-0/+2
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-221-0/+2
* Add error code for unsupported explicit parametersTomas Mraz2022-04-141-1/+1
* SM4 optimization for ARM by ASIMDDaniel Hu2022-04-121-0/+29
* CMS sign digestViktor Söderqvist2022-04-021-1/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-0/+40
* EVP_MD performance fix (refcount cache contention)Hugo Landau2022-03-131-1/+1
* chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee2022-02-221-0/+1
* Add define guards to avoid multi-inclusionWeiguo Li2022-02-161-45/+51
* Add tests for do_updatedbArmin Fuerst2022-02-141-1/+3
* AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov2022-02-101-2/+2
* Fixed counter overflowDanny Tsen2022-02-071-7/+15
* Fix copyrightsTodd Short2022-02-031-2/+2
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-033-5/+8
* Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian2022-01-251-0/+12
* AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen2022-01-241-0/+12
* SM4 optimization for ARM by HW instructionDaniel Hu2022-01-181-0/+48
* err: add additional errorsPauli2022-01-121-1/+1
* asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb2022-01-071-0/+1
* crypto/dsa.h: fix include guard nameCarlo Teubner2021-12-201-2/+2
* Fix builds on Armv8 systems without AArch64Tom Cosgrove2021-11-041-1/+1