aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky2024-04-161-7/+21
* crypto/threads_pthread.c: refactor all atomics fallbacks for type safetyRichard Levitte2024-04-161-63/+109
* crypto/threads_pthread.c: Cleanup misaligned preprocessor directivesRichard Levitte2024-04-161-23/+23
* Remove repetitive wordsNeil Horman2024-04-161-1/+1
* Adding missing NULL pointer checkafshinpir2024-04-151-2/+3
* ossl_provider_new(): Fix memory leak on errorTomas Mraz2024-04-121-1/+3
* make_addressPrefix(): Fix a memory leak in error caseTomas Mraz2024-04-121-2/+2
* Fix duplicate mutex allocation in threads_win.cNeil Horman2024-04-111-1/+0
* VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte2024-04-113-6/+0
* crypto/provider_core.c: Allocate activatecnt_lockOleg Bulatov2024-04-111-5/+1
* Fix socket descriptor checks on Windowsolszomal2024-04-102-2/+10
* aarch64: fix BTI in bsaes assembly codeTom Cosgrove2024-04-101-1/+4
* Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptrNeil Horman2024-04-101-1/+26
* ffc/ffc_params_generate.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang2024-04-091-1/+5
* ts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-091-2/+6