summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rationalize FIPS sourcesTomas Mraz2023-02-0823-605/+653
* Add Tests for RSA_sign_ASN1_OCTET_STRING & RSA_verify_ASN1_OCTET_STRINGslontis2023-02-082-0/+211
* Add more punycode tests and remove ossl_a2ucompare()slontis2023-02-084-30/+38
* fuzz: make post handshake reachablePhilippe Antoine2023-02-084-6/+34
* Document limits on static and dynamic linking for HPE NonStop platforms.Randall S. Becker2023-02-081-0/+14
* Fix a potential memory leak in apps/s_server.cbesher2023-02-081-0/+1
* Fix incomplete error check on BIO_set_accept_name()ndossche2023-02-081-1/+1
* Restrict the Arm 'LDR REG, =VALUE' pseudo instruction on Neon, to appease clangTom Cosgrove2023-02-081-0/+10
* ci: Add djgpp buildJ.W. Jagersma2023-02-081-0/+11
* des: prevent error when using two key triple DES with a random keyPauli2023-02-082-5/+28
* Fix more VMS inclusionsRichard Levitte2023-02-081-4/+10
* Internaly declare the DSA type for no-deprecated buildsTomas Mraz2023-02-081-0/+3
* remove EdDSA from changes entry about non-fips algorithmsPauli2023-02-081-1/+2
* doc: remove EdDSA from list of non-FIPS algorithms.Pauli2023-02-083-5/+7
* Put EdDSA back as approved algorithms.Pauli2023-02-081-4/+4
* Enable some disabled __owursDmitry Belyavskiy2023-02-073-45/+58
* Additional testcase for missing return check of BIO_set_md() callsTomas Mraz2023-02-072-2/+49
* Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz2023-02-071-1/+2
* Add testcase for missing return check of BIO_set_md() callsTomas Mraz2023-02-072-2/+45
* pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz2023-02-071-2/+10
* Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau2023-02-073-2/+10
* Add test for DSA pubkey without param import and checkTomas Mraz2023-02-073-11/+49
* Do not create DSA keys without parameters by decoderTomas Mraz2023-02-073-1/+28
* Prevent creating DSA and DH keys without parameters through importTomas Mraz2023-02-072-4/+5
* Fix NULL deference when validating FFC public key.slontis2023-02-073-0/+41
* Add test for d2i_PKCS7 NULL dereferenceTomas Mraz2023-02-072-4/+10
* Do not dereference PKCS7 object data if not setTomas Mraz2023-02-071-4/+12
* Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell2023-02-072-2/+31
* Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell2023-02-071-8/+32
* Add a test for CVE-2022-4450Matt Caswell2023-02-071-0/+30
* Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell2023-02-071-0/+2
* Fix Timing Oracle in RSA decryptionDmitry Belyavskiy2023-02-076-91/+721
* Add testcase for nc_match_single type confusionTomas Mraz2023-02-075-1/+83
* Fix type confusion in nc_match_single()Viktor Dukhovni2023-02-071-14/+31
* Fix SM4-XTS build failure on Mac mini M1Xu Yizhou2023-02-062-8/+19
* Fix typo in Ordinals.pm from PR #14074Viktor Dukhovni2023-02-021-1/+1
* APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb2023-02-025-6/+31
* APPS load_key_certs_crls(): improve diagnostics on not finding expected types...Dr. David von Oheimb2023-02-021-1/+3
* SM4 AESE optimization for ARMv8Xu Yizhou2023-02-028-22/+2090
* Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche2023-02-021-1/+1
* Use $config{build_file} instead of $target{build_file}Richard Levitte2023-02-013-5/+13
* Fix a potential memory leak in crypto/provider_child.cRuili Fang2023-02-011-1/+3
* BIO_read.pod: fix small typoAndrea Pappacoda2023-01-311-1/+1
* Design for the Fault InjectorMatt Caswell2023-01-311-0/+555
* Do not include sparse_array.o in libssl with no-sharedTomas Mraz2023-01-311-1/+3
* Avoid duplicating symbols in legacy.a with some build optionsTomas Mraz2023-01-3115-20/+16
* [doc] Sync documentation now that 3.0 honors OSSL_PKEY_PARAM_EC_POINT_CONVERS...Nicola Tuveri2023-01-312-16/+18
* Fix incomplete check on X509V3_add1_i2d()ndossche2023-01-311-2/+2
* Workaround crash in atexit on NonStop platformsTomas Mraz2023-01-311-0/+4
* ChaCha20-Poly1305 no longer supports truncated IV's.slontis2023-01-306-28/+40