summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0.2openssl-3.0.2Matt Caswell2022-03-153-4/+4
* make updateMatt Caswell2022-03-152-44/+44
* Update copyright yearMatt Caswell2022-03-15192-193/+193
* Update CHANGES/NEWS for new releaseMatt Caswell2022-03-152-1/+32
* Add a negative testcase for BN_mod_sqrtTomas Mraz2022-03-152-1/+22
* Add documentation of BN_mod_sqrt()Tomas Mraz2022-03-152-3/+13
* Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz2022-03-151-12/+18
* Fix signed integer overflow in evp_encHugo Landau2022-03-152-6/+14
* Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts2022-03-151-1/+1
* EVP_MD performance fix (refcount cache contention)Hugo Landau2022-03-153-13/+23
* Add EVP demo for SIPHASHHugo Landau2022-03-142-0/+130
* evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz2022-03-142-1/+68
* Fix documentation of parameters for DH and ECDH KEXTomas Mraz2022-03-143-38/+67
* DH: Make padding always on when X9.42 KDF is usedTomas Mraz2022-03-141-5/+6
* Add manpages for SSL_get_certificate, SSL_get_private_keyHugo Landau2022-03-143-2/+79
* crypto/pem/pem_lib.c: Add check for BIO_readJiasheng Jiang2022-03-141-7/+10
* check return value of functions that call BIO_new() internallyxkernel2022-03-143-6/+67
* Add EVP demo for RSA key generationHugo Landau2022-03-144-4/+297
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-1413-21/+144
* Make ossltest engine use in test/recipes/20-test_dgst.t platform agnosticRichard Levitte2022-03-121-3/+3
* OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb2022-03-125-20/+53
* docs: correct manual page links for version 3.0Dr. Matthias St. Pierre2022-03-113-4/+4
* DOC: TLS compression is disabled by defaultTodd Short2022-03-111-1/+1
* README: add missing link to OpenSSL 3.0 manual pagesDr. Matthias St. Pierre2022-03-111-0/+1
* Drop ariacbc demo binaryTomas Mraz2022-03-101-0/+0
* check the return of OPENSSL_sk_new_nullxkernel2022-03-101-0/+5
* Set protocol in init_client()Todd Short2022-03-101-1/+1
* Avoid potential memory leakDmitry Belyavskiy2022-03-101-1/+4
* check the return value of BIO_new_file()xkernel2022-03-102-0/+8
* README: add link to migration_guide manual pageDr. Matthias St. Pierre2022-03-101-6/+6
* Some platforms don't have pthread_atforkMatt Caswell2022-03-101-18/+1
* android-x86 target: Add -latomicMarcel Raad2022-03-091-0/+1
* Fix test failure when testing with Test::HarnessHugo Landau2022-03-091-4/+6
* fetch: convert a NULL property query to ""Pauli2022-03-086-18/+25
* Add EVP demos for RSA-PSS signing and verificationHugo Landau2022-03-075-3/+656
* Add EVP demo for Poly1305 demonstrating Poly1305-AESHugo Landau2022-03-073-0/+233
* Add demo for ARIA-256-CBC.Daniel2022-03-074-3/+183
* EVP demo for XOF digest using SHAKE256Hugo Landau2022-03-043-3/+137
* Enable openssl req -x509 to create certificates from CSRsHugo Landau2022-03-042-6/+15
* Rework dependencies between config files and build filesRichard Levitte2022-03-043-10/+41
* Add EVP demo for X25519 key exchangeHugo Landau2022-03-041-0/+278
* Fix typo in EVP_MD-BLAKE2(7)Hugo Landau2022-03-031-1/+1
* s_server: Do not use SSL_sendfile when KTLS is not being usedHugo Landau2022-03-031-1/+8
* Add back check for the DH public key sizeTomas Mraz2022-03-034-5/+27
* Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau2022-03-032-1/+46
* Improve documentation of BIO_FLAGS_BASE64_NO_NL flag.Daniel2022-03-021-3/+16
* [ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri2022-03-024-10/+91
* [ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3Nicola Tuveri2022-03-022-2/+9
* [ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH aliasNicola Tuveri2022-03-022-7/+7
* aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove2022-03-011-0/+12