summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* PKCS7: Remove one of the duplicate checksJiasheng Jiang2024-03-111-2/+1
* Fix BIO_get_new_index() to return an error when it is exhausted.slontis2024-03-112-1/+3
* Gate setting of ipi_spec_dst on not building for freebsdNeil Horman2024-03-071-1/+1
* Fix a memory leak on successful load of CRLDmitry Belyavskiy2024-03-071-0/+2
* crypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey(); fix coding style nitDr. David von Oheimb2024-03-061-2/+29
* apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb2024-03-061-1/+2
* cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDERDr. David von Oheimb2024-03-061-1/+1
* Fix off by one issue in buf2hexstr_sep()shridhar kalavagunta2024-03-011-1/+1
* Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders2024-02-254-5/+17
* Apply the AES-GCM unroll8 optimisation to Microsoft Azure Cobalt 100Tom Cosgrove2024-02-222-0/+4
* chachap10-ppc.pl: Fix truncated relocation响马2024-02-221-1/+3
* 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-021-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