summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add check for public key presence on sm2 signingNeil Horman2024-04-091-1/+8
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-091-1/+64
* Check range of RSA plaintext and ciphertext when using no padding.slontis2024-04-091-8/+57
* Copyright year updatesMatt Caswell2024-04-091-1/+1
* Copyright year updatesRichard Levitte2024-04-0984-84/+84
* Enable SHA3 unrolling and EOR3 optimization for AmpereJiangning Liu2024-04-082-2/+5
* NonStop: Do not call sleep() with a 0 valueRandall S. Becker2024-04-051-1/+2
* Diverse small VMS build fixupsRichard Levitte2024-04-043-0/+6
* posix_async: FreeBSD also defines {make|swap|get|set}contextWarner Losh2024-04-041-1/+1
* typo fixwillmafh2024-04-041-1/+1
* rsa/rsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-031-5/+29
* Fix GCC compilation -Waggressive-loop-optimizationsAdrien Zinger2024-04-021-5/+1
* BIO_s_connect: Do not set keepalive on dgram socketsHugo Landau2024-04-021-3/+7
* Remove handling of NULL sig param in ossl_ecdsa_deterministic_signBernd Edlinger2024-04-021-1/+6
* Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2024-04-023-2/+17
* Add OPENSSL_free to avoid mem leakJiasheng Jiang2024-04-011-1/+3
* store/store_lib.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-011-2/+7
* dsa/dsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-03-301-6/+16
* x509/x509_set.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-03-301-2/+5
* Reject setting invalid CSR versionsJob Snijders2024-03-291-1/+3
* rsa/rsa_ameth.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang2024-03-291-6/+13
* Correct OSSL_sleep for NonStop PUT model by introducing sleep().Randall S. Becker2024-03-231-10/+1
* Don’t use the recvmmsg dgram method on Android <5Yavor Georgiev2024-03-221-0/+4
* Fix unbounded memory growth when using no-cached-fetchMatt Caswell2024-03-152-2/+15
* plug potential memory leak in error code pathAlexandr Nedvedicky2024-03-151-0/+1
* Add Content Type OID for id-ct-rpkiSignedPrefixListJob Snijders2024-03-154-7/+14
* Limit the number of http headers when receiving the http responseAlexandr Nedvedicky2024-03-123-5/+36