aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL License is applied for some source files, change to Apache 2Shakti Shah2024-02-193-3/+3
* Fixed Visual Studio 2008 compiler errorsMarcel Gosmann2024-02-161-0/+1
* Check for NULL cleanup function before using it in encoder_processNeil Horman2024-02-161-0/+5
* Fix the grammar as suggsted in the reviewDimitri Papadopoulos2024-02-141-3/+3
* Fix new typos found by codespellDimitri Papadopoulos2024-02-142-3/+3
* make updateHugo Landau2024-02-101-1/+1
* QUIC: Add polling APIHugo Landau2024-02-101-0/+1
* Rearrange terms in gf_mul to prevent segfaultAngel Baez2024-02-091-3/+3
* Fix error code collisionHugo Landau2024-02-081-1/+1
* QUIC: Add new error codes for tuning APIHugo Landau2024-02-081-0/+5
* Fix sm4-xts aarch64 assembly implementation bugLiu-Ermeng2024-02-082-6/+6
* Fix SM2 test failures on Apple SiliconXu Yizhou2024-02-061-5/+5
* Fix a few incorrect paths in some build.info filesRichard Levitte2024-02-024-4/+4
* Add atexit configuration option to using atexit() in libcrypto at build-time.Randall S. Becker2024-02-011-5/+7
* Add exemplar use case for rcu locksNeil Horman2024-02-011-46/+88
* RCU lock implementationNeil Horman2024-02-014-4/+1028
* Revert "Improved detection of engine-provided private "classic" keys"Tomas Mraz2024-01-311-42/+0
* Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}Richard Levitte2024-01-311-8/+23
* Optimize the implementation of ec_field_size()K12024-01-311-17/+4
* replace strstr() with strchr() for single charactersrilysh2024-01-252-2/+2
* Have OSSL_PARAM_allocate_from_text() fail on odd number of hex digitsRichard Levitte2024-01-251-1/+7
* Add NULL checks where ContentInfo data can be NULLMatt Caswell2024-01-254-4/+31
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-256-14/+56
* Fix typosJakub Wilk2024-01-232-2/+2
* QUIC APL: Implement optimised FIN APIHugo Landau2024-01-231-1/+2
* prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik2024-01-181-2/+8
* Fix reason value collision for CMP_R_UNEXPECTED_SENDERTomas Mraz2024-01-171-1/+1
* Introduce hash thunking functions to do proper castingNeil Horman2024-01-172-11/+59
* cmp_vfy.c/check_msg_all_certs(): remove needless trace output in case 3GPP mo...Dr. David von Oheimb2024-01-171-6/+6
* ossl_cmp_msg_check_update(): improve diagnostics of checking expected sender ...Dr. David von Oheimb2024-01-173-15/+28
* CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb2024-01-173-36/+44
* Fix performance regression of ChaCha20 on LoongArch64Lin Runze2024-01-171-2/+1
* hurd: Fix dgram_sendmmsgSamuel Thibault2024-01-161-0/+5
* Check whether the pubkey exists in ossl_ecx_key_duplan11202024-01-161-2/+5
* Move discovery of the legacy alg type into the keymgmtMatt Caswell2024-01-153-19/+32
* Add X509_STORE_get1_objectsDavid Benjamin2024-01-151-0/+30
* Removed logically dead code from function i2r_issuer_sign_toolGopal Sharma2024-01-151-3/+0
* Limit the execution time of RSA public key checkTomas Mraz2024-01-151-1/+7
* Fix arithmetic expression overflowDrokov Pavel2024-01-151-1/+1
* poly1305_ieee754.c: fix PowerPC macrosbarracuda1562024-01-151-6/+6
* Check ASN1_OBJECT_new resultDrokov Pavel2024-01-151-0/+4
* aes_platform.h, gcm128.c: fix Darwin PowerPC macro to include ppc64barracuda1562024-01-121-1/+1
* ossl_rsa_fips186_4_gen_prob_primes(): Remove unused Xpout and Xqoutsharad30012024-01-121-8/+5
* Fix NULL pointer deref when parsing the stable sectionNeil Horman2024-01-121-1/+5
* Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler2024-01-121-10/+4
* Disable build of HWAES on PPC MacsTomas Mraz2024-01-111-1/+5
* evp_fetch.c: Check meth_id instead of name_idsashan2024-01-111-1/+1
* Fix a similar memory leak in SXNET_add_id_INTEGERBernd Edlinger2024-01-101-0/+1
* Fix a possible memory leak in sxnet_v2iBernd Edlinger2024-01-101-1/+3
* Preserve callee-saved registers in aarch64 AES-CTR codefangming.fang2024-01-101-3/+11