summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0.5openssl-3.0.5Richard Levitte2022-07-053-4/+4
* make updateRichard Levitte2022-07-052-17/+17
* Update copyright yearRichard Levitte2022-07-0526-26/+26
* Update CHANGES and NEWS for upcoming release 3.0.5Richard Levitte2022-07-052-2/+35
* AES OCB test vectorsAlex Chernyakhovsky2022-07-051-0/+50
* Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky2022-07-051-2/+2
* Fix bn_gcd code to check return value when calling BN_one()slontis2022-07-051-2/+4
* v3_sxnet: add a check for the return of i2s_ASN1_INTEGER()xkernel2022-07-051-0/+2
* Avoid crashing if CONF_modules_unload() is called after OPENSSL_cleanup()Tomas Mraz2022-07-011-1/+3
* APPS: dsaparam, gendsa: Support setting propertiesClemens Lang2022-07-013-4/+49
* Coverity: fix 1506297: negative returnsPauli2022-07-011-0/+5
* Coverity: fix 1506298: negative returnsPauli2022-07-011-0/+5
* Documentation update for EVP_set_default_propertiesslontis2022-07-011-0/+6
* fix Coverity 1506709: error handlingPauli2022-07-011-1/+2
* Remove redundant check for `saltlen > UINT32_MAX`Daniel Fiala2022-06-291-1/+1
* Fix memory leak in cmp_calc_protection()slontis2022-06-291-1/+1
* Avoid using union wrt. SystemTimeToFileTimeTee KOBAYASHI2022-06-291-9/+8
* Avoid using union wrt. optlen parameter for getsockoptTee KOBAYASHI2022-06-291-42/+24
* kdf objects missing a return if malloc fails.slontis2022-06-282-3/+7
* SSL_get_current_cipher() and SSL_get_pending_cipher() return 'const SSL_CIPHE...olszomal2022-06-281-2/+2
* Add test for try_key_ref() fallback handlingTomas Mraz2022-06-282-0/+194
* Add missing documentation of OSSL_FUNC_store_export_object()Tomas Mraz2022-06-281-0/+9
* Correct doubled OSSL_OSSL when documenting OSSL_FUNC_.._fnTomas Mraz2022-06-285-13/+13
* store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz2022-06-283-5/+23
* crypto/provider_core.c: Avoid calling unlock two timesPeiwei Hu2022-06-281-3/+1
* Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala2022-06-281-1/+1
* Fix range_should_be_prefix() to actually return the correct resultMatt Caswell2022-06-282-2/+123
* fuzz/asn1.c: Add check for ASN1_item_i2dJiasheng Jiang2022-06-281-2/+3
* Fix memory leak in ossl_rsa_fromdata.slontis2022-06-281-2/+5
* Add a test for an all 0 RSA keyMatt Caswell2022-06-281-0/+12
* The rsa_validate_keypair_multiprime() function return is not booleanMatt Caswell2022-06-281-1/+1
* Improve checks for invalid saltlen in DER writer.Daniel Fiala2022-06-271-3/+3
* der_writer: Use uint32_t instead of long.Daniel Fiala2022-06-275-13/+13
* Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala2022-06-273-2/+44
* Fix a memory leak in EC_GROUP_new_from_ecparametersBernd Edlinger2022-06-251-2/+2
* Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan2022-06-242-7/+17
* Update fips source checksums to drop the unwanted headersTomas Mraz2022-06-243-36/+2
* Avoid including decoder/encoder/store headers into fips moduleTomas Mraz2022-06-241-1/+3
* Fix compile issues in test/v3ext.c with no-rfc3779Bernd Edlinger2022-06-231-0/+4
* Add a CI workflow for no-rfc3779Bernd Edlinger2022-06-231-0/+1
* Test whether decoded-from-explicit survives import/exportTomas Mraz2022-06-231-2/+25
* The flag "decoded-from-explicit" must be imp/exportableTomas Mraz2022-06-233-7/+25
* put_str: Use memcpy instead of strncpyTomas Mraz2022-06-231-5/+5
* Fix the checks of X509_LOOKUP_* functionsPeiwei Hu2022-06-233-9/+9
* Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu2022-06-231-5/+5
* crypto/http/http_client.c: Add the check for OPENSSL_strdupJiasheng Jiang2022-06-231-0/+8
* rsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_avx512_x2Xi Ruoyao2022-06-231-0/+3
* test/v3nametest.c: Add check for OPENSSL_mallocJiasheng Jiang2022-06-221-0/+2
* test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-4/+8
* Improve diagnostics on setting groupsDmitry Belyavskiy2022-06-221-1/+6