Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-10doc: fix two invalid <B> tagsBeat Bolli
2020-05-09Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb
2020-05-09Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCKDr. David von Oheimb
2020-05-09Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb
2020-05-09Fix bug in OSSL_CMP_SRV_process_request() on transaction renewalDr. David von Oheimb
2020-05-09doc: remove deprecation notes for apps that are staying.Pauli
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk
2020-05-08Fix issues reported by markdownlintRich Salz
2020-05-08travis: enable markdownlint checksRich Salz
2020-05-08EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!Richard Levitte
2020-05-07Fix use-after-free in BIO_C_SET_SSL callbackDr. Matthias St. Pierre
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov
2020-05-07Add documentation for CMS_EnvelopedData_create()Jakub Zelenka
2020-05-07Remove legacy FIPS_mode functionsShane Lontis
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis
2020-05-07Add OIDS for md4 and ripemd160 to der_rsaShane Lontis
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis
2020-05-07Remove cipher table lookup from EVP_CipherInit_exShane Lontis
2020-05-06Configure: avoid perl regexp bugsRichard Levitte
2020-05-06s_server normal shutdownDmitry Belyavskiy
2020-05-06Extend test_ssl_get_shared_ciphersMatt Caswell
2020-05-06Don't offer or accept ciphersuites that we can't supportMatt Caswell
2020-05-06Fix a memory leak in CONF .include handlingMatt Caswell
2020-05-06Centralise Environment Variables for the testsMatt Caswell
2020-05-06The synthesized OPENSSL_VERSION_NUMBER must be longTomas Mraz
2020-05-06Fix up whitespace nits introduced by PR #11416Benjamin Kaduk
2020-05-05Use fips=yes consistently in documentationChristian Heimes
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb
2020-05-05Improve SSL_shutdown documentation.Kurt Roeckx
2020-05-05Fix aix compile error in cmp_ctx_test.cShane Lontis
2020-05-05Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis
2020-05-04Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell
2020-05-04Add some tests for the newly added raw private/public key functionsMatt Caswell
2020-05-04Document the new raw private/public key functionsMatt Caswell
2020-05-04Implement key match functionality for ECX keysMatt Caswell
2020-05-04Fix the KEYNID2TYPE macroMatt Caswell
2020-05-04Don't export ECX key data twiceMatt Caswell
2020-05-04Ensure EVP_PKEY_get_raw_[private|public]_key work with provider keysMatt Caswell
2020-05-04Add the library ctx into an ECX_KEYMatt Caswell
2020-05-04Add the ability to ECX to import keys with only the private keyMatt Caswell
2020-05-04Ensure OSSL_PARAM_BLD_free() can accept a NULLMatt Caswell
2020-05-04Make EVP_new_raw_[private|public]_key provider awareMatt Caswell
2020-05-04rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.nia
2020-05-04rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSDnia
2020-05-04rand_unix.c: Include correct headers for sysctl() on NetBSDnia
2020-05-04CIFuzz turning dry_run offLeo Neat
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte
2020-05-03Fix reason code clashRichard Levitte
2020-05-03util/perl/OpenSSL/OID.pm: remove the included unit testRichard Levitte
2020-05-02Add solaris assembler fixes for legacy providerShane Lontis