summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-03-12Make ossltest engine use in test/recipes/20-test_dgst.t platform agnosticRichard Levitte
2022-03-12OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb
2022-03-11docs: correct manual page links for version 3.0Dr. Matthias St. Pierre
2022-03-11DOC: TLS compression is disabled by defaultTodd Short
2022-03-11README: add missing link to OpenSSL 3.0 manual pagesDr. Matthias St. Pierre
2022-03-10Drop ariacbc demo binaryTomas Mraz
2022-03-10check the return of OPENSSL_sk_new_nullxkernel
2022-03-10Set protocol in init_client()Todd Short
2022-03-10Avoid potential memory leakDmitry Belyavskiy
2022-03-10check the return value of BIO_new_file()xkernel
2022-03-10README: add link to migration_guide manual pageDr. Matthias St. Pierre
2022-03-10Some platforms don't have pthread_atforkMatt Caswell
2022-03-09android-x86 target: Add -latomicMarcel Raad
2022-03-09Fix test failure when testing with Test::HarnessHugo Landau
2022-03-08fetch: convert a NULL property query to ""Pauli
2022-03-07Add EVP demos for RSA-PSS signing and verificationHugo Landau
2022-03-07Add EVP demo for Poly1305 demonstrating Poly1305-AESHugo Landau
2022-03-07Add demo for ARIA-256-CBC.Daniel
2022-03-04EVP demo for XOF digest using SHAKE256Hugo Landau
2022-03-04Enable openssl req -x509 to create certificates from CSRsHugo Landau
2022-03-04Rework dependencies between config files and build filesRichard Levitte
2022-03-04Add EVP demo for X25519 key exchangeHugo Landau
2022-03-03Fix typo in EVP_MD-BLAKE2(7)Hugo Landau
2022-03-03s_server: Do not use SSL_sendfile when KTLS is not being usedHugo Landau
2022-03-03Add back check for the DH public key sizeTomas Mraz
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau
2022-03-02Improve documentation of BIO_FLAGS_BASE64_NO_NL flag.Daniel
2022-03-02[ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri
2022-03-02[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3Nicola Tuveri
2022-03-02[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH aliasNicola Tuveri
2022-03-01aarch64: Fix async_fibre_swapcontext() on clang BTI buildsTom Cosgrove
2022-02-28crypto/x509/v3_utl.c: Add missing check for OPENSSL_strndupJiasheng Jiang
2022-02-28fuzz/fuzz_rand.c: Add check for OSSL_LIB_CTX_newJiasheng Jiang
2022-02-28Correct the UnsafeLegacyServerConnect docsMatt Caswell
2022-02-28check the return value of CRYPTO_strdup()xkernel
2022-02-28Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli
2022-02-25VMS: copy prologue/epilogue headers when header files are generatedRichard Levitte
2022-02-24test/crltest.c: Add check for glue2bioJiasheng Jiang
2022-02-24bio_enc.c: add check for BIO_new_mem_bufJiasheng Jiang
2022-02-24X509_VERIFY_PARAM_set_flags.pod: fix typosCarlo Teubner
2022-02-24Undeprecate OPENSSL_VERSION_NUMBER and OpenSSL_version_num()Matt Caswell
2022-02-24doc: Fix KDF example for scryptmsa42
2022-02-23Fix a failure in sslapitestMatt Caswell
2022-02-23check *libctx which is allocated by OSSL_LIB_CTX_new()xkernel
2022-02-23test/sslapitest.c: Add check for SSL_CTX_newJiasheng Jiang
2022-02-22X509V3_get_d2i.pod: use I<> for arguments and remove B<> around NULLDr. David von Oheimb
2022-02-22X509V3_get_d2i.pod: Fix glitch on X509V3_get{,_ext}_d2i and align orderDr. David von Oheimb
2022-02-21x509: handle returns from X509_TRUST_get_by_id() more consistentlyPauli
2022-02-20rand: Add missing check for rand_get_globalJiasheng Jiang