summaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-11Change cipher default strings to a functionTodd Short7-15/+76
2019-06-10BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz1-0/+14
2019-06-10Improve the Windows OneCore target support. (Add targets for building librari...MouriNaruto6-5/+76
2019-06-10doc/internal/man3/ossl_method_construct.pod: follow common conventionsRichard Levitte1-20/+20
2019-06-10EVP fetching: make operation_id part of the method identityRichard Levitte4-36/+105
2019-06-09Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre2-26/+0
2019-06-07Add documentation for new functions taking an OPENSSL_CTX parameterMatt Caswell2-13/+46
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell4-144/+195
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell4-65/+74
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell7-96/+153
2019-06-07Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat1-3/+6
2019-06-07Fixed typo in code comment.David Makepeace1-1/+1
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx10-32/+97
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx12-75/+120
2019-06-06Fix typo in macro argument of SSL_set1_client_sigalgs_list()Dr. Matthias St. Pierre1-1/+1
2019-06-06Address property documentation concerns.Pauli1-11/+7
2019-06-06rename the digest provider files to avoid any name clashes with other foldersShane Lontis17-11/+11
2019-06-06Coverity fixesShane Lontis4-3/+14
2019-06-05man: fix doc-nit in property.podDr. Matthias St. Pierre1-1/+1
2019-06-05Document property hierarchy.Pauli1-2/+59
2019-06-04EVP_DigestInit_ex(): drop previous context engine earlierRichard Levitte1-6/+10
2019-06-04Document deprecation of version-specific SSL/TLS methodsDr. Matthias St. Pierre1-7/+12
2019-06-04build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek1-7/+9
2019-06-04Remove last references to DEBUG_SAFESTACKDr. Matthias St. Pierre2-5/+2
2019-06-04Move digests to providersShane Lontis64-570/+1644
2019-06-03Add missing parentheses in macroMathias Berchtold1-1/+1
2019-06-03Really fail if we have a test failureMatt Caswell1-0/+2
2019-06-03Ensure we get all the right defines for AES assembler in FIPS moduleMatt Caswell6-17/+58
2019-06-03Make basic AES ciphers available from within the FIPS providersMatt Caswell4-2/+27
2019-06-03Write a test for receiving a KeyUpdate (update requested) while writingMatt Caswell3-0/+191
2019-06-03Defer sending a KeyUpdate until after pending writes are completeMatt Caswell4-17/+9
2019-06-03Remove file reference from property documentation.Pauli2-688/+0
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis11-8/+242
2019-06-03Fix a typo in the property grammar that creates an ambiguous parse.Pauli3-22/+22
2019-06-01Windows: Add missing quotes in build fileRichard Levitte1-1/+1
2019-06-01Add sparse array of const pointer typePauli1-3/+8
2019-06-01Fix various mistakes in ec_GFp_nistp_recode_scalar_bits comment.David Benjamin1-12/+12
2019-05-31Fix CHECK_BSD_STYLE_MACROS for OpenBSD and cryptodev-linuxRetropotenza1-1/+1
2019-05-31Update X509_STORE_new.podSambit Kumar Dash1-1/+1
2019-05-31Constify OSSL_PROVIDER getter input parametersRichard Levitte4-12/+14
2019-05-30Update EVP_VerifyInit.podSambit Kumar Dash1-1/+1
2019-05-30issue-8998: Ensure that the alert is generated and reaches the remoteagnosticdev1-2/+1
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer26-166/+1632
2019-05-30Add man 7 page about properties.Pauli3-216/+290
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte48-14/+16
2019-05-29Fuzz: add a few more types into Fuzzing for ESSFdaSilvaYY1-2/+6
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY2-9/+16
2019-05-29crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre1-1/+1
2019-05-29Typo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDRIuri Rezende Souza1-1/+1
2019-05-29Test of uniformity of BN_rand_range output.Pauli3-24/+123