summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-10doc: fix two invalid <B> tagsBeat Bolli2-2/+2
2020-05-09Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb4-409/+536
2020-05-09Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCKDr. David von Oheimb1-0/+2
2020-05-09Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb5-7/+7
2020-05-09Fix bug in OSSL_CMP_SRV_process_request() on transaction renewalDr. David von Oheimb1-4/+6
2020-05-09doc: remove deprecation notes for apps that are staying.Pauli8-50/+12
2020-05-08Fix PEM certificate loading that sometimes failsMaximilian Blenk5-7/+38
2020-05-08Fix issues reported by markdownlintRich Salz10-897/+781
2020-05-08travis: enable markdownlint checksRich Salz5-26/+53
2020-05-08EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!Richard Levitte4-6/+9
2020-05-07Fix use-after-free in BIO_C_SET_SSL callbackDr. Matthias St. Pierre1-0/+1
2020-05-07SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov8-13/+62
2020-05-07Add documentation for CMS_EnvelopedData_create()Jakub Zelenka2-1/+52
2020-05-07Remove legacy FIPS_mode functionsShane Lontis5-30/+10
2020-05-07Add RSA SHA512 truncated digest supportShane Lontis5-0/+21
2020-05-07Add OIDS for md4 and ripemd160 to der_rsaShane Lontis2-0/+14
2020-05-07Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis9-105/+12
2020-05-07Remove cipher table lookup from EVP_CipherInit_exShane Lontis1-160/+0
2020-05-06Configure: avoid perl regexp bugsRichard Levitte1-32/+26
2020-05-06s_server normal shutdownDmitry Belyavskiy4-26/+25
2020-05-06Extend test_ssl_get_shared_ciphersMatt Caswell1-3/+55
2020-05-06Don't offer or accept ciphersuites that we can't supportMatt Caswell1-2/+10
2020-05-06Fix a memory leak in CONF .include handlingMatt Caswell1-6/+3
2020-05-06Centralise Environment Variables for the testsMatt Caswell17-30/+13
2020-05-06The synthesized OPENSSL_VERSION_NUMBER must be longTomas Mraz1-2/+2
2020-05-06Fix up whitespace nits introduced by PR #11416Benjamin Kaduk2-7/+7
2020-05-05Use fips=yes consistently in documentationChristian Heimes1-1/+1
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb10-92/+187
2020-05-05Improve SSL_shutdown documentation.Kurt Roeckx1-2/+14
2020-05-05Fix aix compile error in cmp_ctx_test.cShane Lontis1-8/+16
2020-05-05Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis3-8/+8
2020-05-04Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell2-2/+7
2020-05-04Add some tests for the newly added raw private/public key functionsMatt Caswell1-11/+42
2020-05-04Document the new raw private/public key functionsMatt Caswell1-10/+43
2020-05-04Implement key match functionality for ECX keysMatt Caswell1-0/+32
2020-05-04Fix the KEYNID2TYPE macroMatt Caswell1-3/+3
2020-05-04Don't export ECX key data twiceMatt Caswell1-4/+0
2020-05-04Ensure EVP_PKEY_get_raw_[private|public]_key work with provider keysMatt Caswell1-6/+65
2020-05-04Add the library ctx into an ECX_KEYMatt Caswell4-17/+19
2020-05-04Add the ability to ECX to import keys with only the private keyMatt Caswell4-32/+44
2020-05-04Ensure OSSL_PARAM_BLD_free() can accept a NULLMatt Caswell1-0/+2
2020-05-04Make EVP_new_raw_[private|public]_key provider awareMatt Caswell3-39/+144
2020-05-04rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.nia1-1/+1
2020-05-04rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSDnia1-0/+2
2020-05-04rand_unix.c: Include correct headers for sysctl() on NetBSDnia1-2/+2
2020-05-04CIFuzz turning dry_run offLeo Neat1-2/+2
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte2-1/+13
2020-05-03Fix reason code clashRichard Levitte2-2/+2
2020-05-03util/perl/OpenSSL/OID.pm: remove the included unit testRichard Levitte1-85/+0
2020-05-02Add solaris assembler fixes for legacy providerShane Lontis3-7/+17