aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov6 days3-0/+17
* Typo fixeswillmafh6 days1-1/+1
* Implement riscv_vlen_asm for riscv32Hongren Zheng9 days1-0/+17
* Print CPUINFO also for riscv processorsHongren Zheng10 days1-0/+30
* riscv: use hwprobe syscall for capability detectionHongren Zheng10 days1-0/+43
* Do not overwrite conf diagnostics in OSSL_LIB_CTX if not set in config fileTomas Mraz10 days1-4/+14
* Do not use bit fields for context data flag variablesTomas Mraz10 days1-4/+4
* Make conf_diagnostics apply also to the SSL conf errorsTomas Mraz10 days3-0/+19
* chacha-riscv64-v-zbb.pl: better formatYangyu Chen11 days1-37/+28
* chacha-riscv64-v-zbb.pl: add comment about vector register allocationYangyu Chen11 days1-8/+17
* riscv: Provide a vector only implementation of Chacha20 cipherYangyu Chen11 days4-114/+182
* Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta12 days1-75/+0
* Fix error handling in CMS_EncryptedData_encryptBernd Edlinger13 days6-30/+42
* Correct top for EC/DSA nonces if BN_DEBUG is onTomas Mraz2024-05-022-0/+12
* Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz2024-05-023-14/+36
* Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz2024-05-023-6/+47
* Make ossl_gen_deterministic_nonce_rfc6979() constant timeTomas Mraz2024-05-025-11/+65
* Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz2024-05-023-36/+77
* CMP: Improvements of the support for requesting CRLRajeev Ranjan2024-05-012-2/+2
* CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb2024-05-018-32/+395
* Fix race for X509 store found by thread sanitizerRobert Schulze2024-04-301-3/+3
* ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin132024-04-301-1/+1
* Fix coverity 1596617Neil Horman2024-04-261-1/+0
* Fix coverity-1596616Neil Horman2024-04-261-1/+2
* Avoid duplicate default CApath lookupsViktor Dukhovni2024-04-262-10/+11
* sha512.c: Grammar Fixes and Spell Checks in Implementation NotesMerreck2024-04-251-3/+3
* x509_acert: Load attributes from config file sectionDamian Hobson-Garcia2024-04-241-0/+68
* Add IETFAttrSyntax type supportDamian Hobson-Garcia2024-04-242-1/+241
* x509_acert: Add and retrieve certificate extensionsDamian Hobson-Garcia2024-04-241-0/+16
* x509_acert: Add API to sign and verify attribute certificatesDamian Hobson-Garcia2024-04-241-0/+26
* x509_acert: Add, remove and get attribute certificate attributesDamian Hobson-Garcia2024-04-241-0/+59
* Attribute certificate printing functionsDamian Hobson-Garcia2024-04-242-1/+286
* Attribute certificate getter and setter APIDamian Hobson-Garcia2024-04-243-1/+288
* Add RFC 5755 attribute certificate supportDamian Hobson-Garcia2024-04-246-1/+124
* Remove all references to FLOSS for NonStop Builds.Randall S. Becker2024-04-241-3/+0
* Introduce new internal hashtable implementationNeil Horman2024-04-244-1/+754
* Add CRYPTO_atomic_store apiNeil Horman2024-04-243-0/+46
* Fix list appending in win ossl_rcu_callNeil Horman2024-04-242-8/+1
* Make thread sanitizer cope with rcu locksNeil Horman2024-04-241-2/+24
* Coverity found the following issues:Neil Horman2024-04-241-0/+2
* crypto/threads_pthread.c: Fix typos found by codespellLogan Upchurch2024-04-231-2/+2
* fix sending error when no root CA cert update availableRajeev Ranjan2024-04-222-15/+24
* Make rcu_thread_key context-awareNeil Horman2024-04-195-64/+61
* Fix up path generation to use OPENSSL_MODULESNeil Horman2024-04-181-4/+5
* set module path from templateNeil Horman2024-04-181-0/+4
* Use scalar ALU and vector ALU together for chacha20 stream cipherJerry Shih2024-04-174-82/+269
* poly1305.c: fix typo on POLY1305_BLOCK_SIZEYangyu Chen2024-04-171-1/+1
* Unable to run asm code on OpenBSD (amd64)Theo Buehler2024-04-1720-4/+51
* extend x86_64-xlate.pl perlasm so it can handle .rodata sections properlyAlexandr Nedvedicky2024-04-171-7/+162
* Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a2024-04-171-0/+2