summaryrefslogtreecommitdiff
path: root/include/crypto
Commit message (Expand)AuthorAgeFilesLines
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-121-1/+1
* Revert "Fix Timing Oracle in RSA decryption"Bernd Edlinger2023-04-041-6/+0
* SM4 check should be for __aarch64__, not __ARM_MAX_ARCH__ >= 8Tom Cosgrove2023-03-291-14/+12
* RFC7250 (RPK) supportTodd Short2023-03-281-1/+3
* Do not build P10-specific AES-GCM assembler on macOSEvan Miller2023-03-221-2/+2
* riscv: Clean up extension test macrosChristoph Müllner2023-03-162-3/+5
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-151-0/+1
* Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis2023-03-011-2/+0
* Fix potential infinite loops in ECDSA signing.slontis2023-03-011-1/+1
* Fix infinite loops in DSA sign code.slontis2023-03-011-1/+1
* Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functionsTom Cosgrove2023-02-081-0/+2
* S390x: Support ME and CRT offloadingJuergen Christ2023-02-081-0/+9
* Add more punycode tests and remove ossl_a2ucompare()slontis2023-02-081-2/+0
* Internaly declare the DSA type for no-deprecated buildsTomas Mraz2023-02-081-0/+3
* Do not create DSA keys without parameters by decoderTomas Mraz2023-02-071-0/+3
* Fix Timing Oracle in RSA decryptionDmitry Belyavskiy2023-02-071-0/+6
* SM4 AESE optimization for ARMv8Xu Yizhou2023-02-021-3/+38
* X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb2023-01-241-1/+1
* Support all five EdDSA instances from RFC 8032James Muir2023-01-131-9/+15
* Do not build P10-specific AES-GCM assembler on AIXTomas Mraz2022-12-141-5/+7
* rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario2022-12-121-0/+4
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-302-1/+8
* providers: Add SM4 XTS implementationXu Yizhou2022-11-291-0/+6
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-251-47/+0
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-241-1/+1
* Improve FIPS RSA keygen performance.slontis2022-11-231-0/+2
* Propagate selection all the way on key exportSimo Sorce2022-11-151-4/+7
* fuzz: add punycode decoder fuzz testPauli2022-11-111-0/+2
* punycode: update to use WPACKET instead of using custom range checkingPauli2022-11-111-1/+2
* Release the drbg in the global default context before enginesTomas Mraz2022-11-021-0/+1
* Apply SM4 optimization patch to Kunpeng-920Xu Yizhou2022-11-021-1/+2
* crypto: add preemptive threading supportČestmír Kalina2022-10-171-0/+6
* Add vpaes-loongarch64.pl module.zhuchen2022-10-121-0/+7
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Allow PKCS12 export to set arbitrary bag attributesGraham Woodward2022-09-231-1/+1
* 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