summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala
2022-03-21Fix coverity 1498607: uninitialised valuePauli
2022-03-18OSSL_CMP_CTX_new.pod: make references to private key consistent with OSSL_CMP...Dr. David von Oheimb
2022-03-18OSSL_CMP_MSG_get0_header.pod: re-phrase two lenthy otherwise clauses as listsDr. David von Oheimb
2022-03-18SSL_CTX_set_verify.pod: move a note further down where it fits betterDr. David von Oheimb
2022-03-18print SSL session, fix build warnings on OpenBSD.David Carlier
2022-03-18eng_dyn: Avoid spurious errors when checking for 1.1.x engineTomas Mraz
2022-03-18Fix documentation for provider-signatureHugo Landau
2022-03-18Fix declaration inconsistency (Camellia)Hugo Landau
2022-03-18List missing operations in provider(7)Hugo Landau
2022-03-16check return value of functions that call BIO_new()tangyiqun
2022-03-15Prepare for 3.0.3Matt Caswell
2022-03-15Prepare for release of 3.0.2openssl-3.0.2Matt Caswell
2022-03-15make updateMatt Caswell
2022-03-15Update copyright yearMatt Caswell
2022-03-15Update CHANGES/NEWS for new releaseMatt Caswell
2022-03-15Add a negative testcase for BN_mod_sqrtTomas Mraz
2022-03-15Add documentation of BN_mod_sqrt()Tomas Mraz
2022-03-15Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz
2022-03-15Fix signed integer overflow in evp_encHugo Landau
2022-03-15Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts
2022-03-15EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-03-14Add EVP demo for SIPHASHHugo Landau
2022-03-14evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz
2022-03-14Fix documentation of parameters for DH and ECDH KEXTomas Mraz
2022-03-14DH: Make padding always on when X9.42 KDF is usedTomas Mraz
2022-03-14Add manpages for SSL_get_certificate, SSL_get_private_keyHugo Landau
2022-03-14crypto/pem/pem_lib.c: Add check for BIO_readJiasheng Jiang
2022-03-14check return value of functions that call BIO_new() internallyxkernel
2022-03-14Add EVP demo for RSA key generationHugo Landau
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