aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Prepare for release of 3.0.11openssl-3.0.11Richard Levitte3-4/+4
2023-09-19make updateRichard Levitte2-8/+8
2023-09-19Copyright year updatesRichard Levitte66-66/+66
2023-09-18CMP app and API doc: add note on critical server auth on receiving trust anch...Dr. David von Oheimb2-0/+15
2023-09-18CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb3-28/+30
2023-09-18Enhance code safety and readability in SSL_get_shared_ciphers()Sumitra Sharma1-3/+3
2023-09-15Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina2-20/+108
2023-09-15Fix a merge mistake in engne_list_addBernd Edlinger1-1/+0
2023-09-15Fix engine cleanup error handlingBernd Edlinger4-17/+29
2023-09-13Fix memory leaks in ssl_old_test.cBernd Edlinger1-2/+4
2023-09-13d2i_ECPKParameters and i2d_ECPKParameters are not deprecatedTomas Mraz2-2/+2
2023-09-13Fix typos found by codespell in openssl-3.0Dimitri Papadopoulos6-6/+6
2023-09-13Fix a memleak in prepare_rsa_paramsBernd Edlinger1-1/+4
2023-09-11augment man pages with information about PKCS12KDF in FIPS modeVladimir Kotal4-2/+22
2023-09-11Add CVE-2023-4807 fix to CHANGES.md and NEWS.mdTomas Mraz2-2/+25
2023-09-11Fix a possible memleak in rsa_pub_encodeBernd Edlinger2-2/+13
2023-09-11remove unused Appveyour configDmitry Misharov1-82/+0
2023-09-09Fix typographical error in 80-test_cms.t (missing ;)Randall S. Becker1-1/+1
2023-09-09Fix output corruption in req commandBernd Edlinger2-5/+16
2023-09-08Fix a possible memleak in SRP_VBASE_newBernd Edlinger1-0/+1
2023-09-08OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte1-2/+2
2023-09-08Add test case for #21986Pauli1-1/+11
2023-09-08Check error return from cms_sd_asn1_ctrl() correctly.Pauli1-2/+2
2023-09-08Modify the dkeyform type to support enginewangcheng1-1/+1
2023-09-07test/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJMin Zhou1-1/+1
2023-09-05apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb1-1/+1
2023-09-05apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb1-3/+4
2023-09-05apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb1-4/+2
2023-09-05Fix internal memory leaks from OPENSSL_MALLOC_FAILURESBernd Edlinger1-2/+1
2023-09-05Bump actions/checkout from 2 to 4dependabot[bot]11-33/+33
2023-09-04Implement dupctx for chacha20 cipherNeil Horman1-0/+21
2023-09-02Avoid clobbering non-volatile XMM registersBernd Edlinger1-2/+2
2023-09-01Update X509 fuzzer to verify a chainKurt Roeckx3-13/+125
2023-08-31OPENSSL_init_crypto load config into initial global default library contextIngo Franzki1-1/+2
2023-08-29Set VC win64 perlasm scheme during ConfigureKai Pastor1-4/+7
2023-08-24Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()Ingo Franzki1-0/+2
2023-08-24ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSSIngo Franzki1-6/+12
2023-08-24ctrl_params_translate: Allow RSA controls also for RSA-PSSIngo Franzki2-2/+4
2023-08-24doc: Avoid usage of non-existing constantJakub Jelen1-1/+1
2023-08-24Fixed default value of the "ess_cert_id_alg" option in man openssl-ts(1)olszomal1-1/+1
2023-08-20Updates documentation of RC4_CHAR and RC4_INT: Should not be used for new con...Frederik Wedel-Heinen1-0/+6
2023-08-17issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman1-2/+0
2023-08-16Improve documentation for BIO_s_memNeil Horman1-0/+20
2023-08-16Check i2d_X509_NAME return in X509_NAME_hash_ex/old3lswear1-3/+6
2023-08-15Fix no-dsa in combination with no-errMatt Caswell1-1/+2
2023-08-15Fix no-dtls and no-tls in combinationMatt Caswell1-4/+8
2023-08-10OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb3-10/+24
2023-08-10For ASN1_STRING_set() check result and set correct error codeatishkov2-7/+10
2023-08-10Do not raise CMS_R_CONTENT_TYPE_NOT_ENVELOPED_DATA error in CMS_ContentInfo_freeOlga Batyshkina4-8/+23
2023-08-09Fix ChaCha assembly code on 32-bit HPUX itanium systemsBernd Edlinger1-0/+2