summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-05181-182/+182
* EVP_CIPHER_CTX_get_algor_params() may attempt to access params arrayAlexandr Nedvedicky2024-09-031-1/+3
* s390x: Disable HMAC hardware acceleration when an engine is used for the digestIngo Franzki2024-09-031-0/+36
* Avoid type errors in EAI-related name check logic.Viktor Dukhovni2024-09-031-25/+53
* Add support for elf_aux_info() on OpenBSDBrad Smith2024-09-022-4/+6
* Missing .rodata for AVX2/AVX512 codepathsTheo Buehler2024-09-025-7/+9
* Detect MinGW 32 bit for NO_INTERLOCKEDOR64Adam (ThinLinc team)2024-09-021-1/+1
* s390x: Fix HMAC digest detectionIngo Franzki2024-09-021-11/+5
* Improve base64 BIO correctness and error reportingViktor Dukhovni2024-08-302-64/+64
* s390x: support CPACF sha3/shake performance improvementsJoerg Schmidbauer2024-08-293-3/+12
* Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte2024-08-291-0/+2
* Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte2024-08-292-19/+4
* EVP_MD_size() updatesslontis2024-08-2911-13/+20
* Update code to use EVP_MD_xof()slontis2024-08-291-5/+5
* XOF / EVP_MD_size() changes.slontis2024-08-292-13/+40
* RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan2024-08-282-0/+56
* feat: add support for issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur2024-08-274-1/+35
* fix coding styleRichard Levitte2024-08-271-73/+73
* feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...Richard Levitte2024-08-271-0/+116
* feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...Richard Levitte2024-08-273-44/+144
* fix: alias auditEntity OIDJonathan M. Wilbur2024-08-264-962/+966
* feat: support auditIdentity X.509v3 extensionJonathan M. Wilbur2024-08-266-886/+908
* fix: wrong name for OID -> auditIdentityJonathan M. Wilbur2024-08-263-1839/+1841
* FIPS: Add EDDSA public key validation.slontis2024-08-232-0/+37
* s390x: Fix memory leak in s390x_HMAC_CTX_copy()Ingo Franzki2024-08-231-0/+1
* ossl_ht_insert(): Allow for 4 iterations of grow_hashtable()Tomas Mraz2024-08-221-1/+1
* Replace PKCS#1 v1.5 padding in RSA PCTJoachim Vandersmissen2024-08-211-19/+55
* Replace PKCS#1 v1.5 encryption in RSA PCTJoachim Vandersmissen2024-08-211-27/+13
* Fix error handling in OBJ_add_objectBernd Edlinger2024-08-211-4/+16
* x_attrib: fix a memory leakBeat Bolli2024-08-211-2/+3
* hashtable.c: Code style fixesTomas Mraz2024-08-211-6/+6
* core_namemap.c: 2048 hashtable buckets should be sufficientTomas Mraz2024-08-211-1/+1
* For lockless reads use the whole hashtable for colliding entriesTomas Mraz2024-08-211-43/+71
* Use the new hashtable for core_namemapTomas Mraz2024-08-213-128/+142
* hashtable: Support lockless readsTomas Mraz2024-08-212-6/+13
* hashtable.c: Avoid infinite loop in ossl_ht_insert()Tomas Mraz2024-08-211-8/+10
* some performance improvementsNeil Horman2024-08-211-11/+12
* alternate collision checking supportNeil Horman2024-08-211-17/+43
* Enable RSA-SM3 in the default providerRichard Levitte2024-08-211-0/+16
* Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash compositesRichard Levitte2024-08-211-0/+4
* Implement functionality for direct use of composite signature algorithmsRichard Levitte2024-08-214-147/+522
* When calling ASN1_item_i2d () check both returned length and allocated pointerXZ-X2024-08-205-5/+9
* Add FIPS self test updatesslontis2024-08-201-5/+20
* s390x: Add hardware acceleration for HMACIngo Franzki2024-08-195-4/+392
* s390x: Add defines for new CPACF functionsIngo Franzki2024-08-191-1/+10
* Explicitly include e_os.h for close()Tomas Mraz2024-08-191-0/+1
* RAND_write_file(): Avoid potential file descriptor leakshridhar kalavagunta2024-08-191-1/+9
* We can't check policy if we got an empty stack of certsDmitry Belyavskiy2024-08-171-0/+2
* Fix unpredictible refcount handling of d2i functionsBernd Edlinger2024-08-161-1/+5
* Add FIPS Indicator for ECDH cofactor.slontis2024-08-151-0/+1