summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte
2019-09-16Build files: Unify standard arguments for assembler generating scripsRichard Levitte
2019-09-16clearing the ecx private key memoryManishPatidar1
2019-09-16Avoid mentioning ctrl_str in the MAC documentation.Pauli
2019-09-16Use "PARAMETERS" in the documentation headings.Pauli
2019-09-15Add blowfish ciphers to default providerShane Lontis
2019-09-15Add fips module integrity checkShane Lontis
2019-09-15Fix compile error detected by Solaris buildShane Lontis
2019-09-15Fix aesni_xts compile errorShane Lontis
2019-09-15Fix small typo in doc for X509_STORE_CTX_newJan-Frederik Rieckers
2019-09-15Fix examples in the section 7 KDF man pages.Pauli
2019-09-14fix CRMF symmetric key handlingAndreas Kretschmer
2019-09-14Use param types instead of native types in the param descriptionsPauli
2019-09-14Use param types for parameter descriptions. Mention a size_t limit to those ...Pauli
2019-09-14Add wording to limit the 'size' parameter to no more than can be specified us...Pauli
2019-09-14Add aes_xts cipher to providersShane Lontis
2019-09-14Fix S390X bad size_t that causes memory trash in legacy ciphersShane Lontis
2019-09-13ERR: Change get_error_values() to use an enumRich Salz
2019-09-13Fix potential memory leaks with BN_to_ASN1_INTEGERBernd Edlinger
2019-09-13Define the MAC parameter types without using C type names to avoid confusion.Pauli
2019-09-12Document the deprecation of ERR_STATE and ERR_get_state()Richard Levitte
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-09-12Deprecate the public definition of ERR_STATERichard Levitte
2019-09-12confdata.pm.in: New template for configdata.pmRichard Levitte
2019-09-12util/dofile.pl, util/perl/OpenSSL/Template.pm: move parts of dofile.plRichard Levitte
2019-09-12Add a CHANGES entry for the recent ERR changesRichard Levitte
2019-09-12Document the deprecation of ERR_func_error_string()Richard Levitte
2019-09-12Modernise ERR_print_errors_cb()Richard Levitte
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-12include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERRRichard Levitte
2019-09-12include/openssl/macros.h: Remove the PEDANTIC OPENSSL_FUNC definitionRichard Levitte
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-12BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz
2019-09-12Travis and Appveyor: use HARNESS_VERBOSE_FAILURE rather than HARNESS_VERBOSERichard Levitte
2019-09-12Rework test/run_tests.pl to support selective verbosity and TAP copyRichard Levitte
2019-09-12util/perl/OpenSSL/Test.pm: Disable stdout/stderr redirection on non-verbosityRichard Levitte
2019-09-12doc/man3/OSSL_PARAM.pod: add details about multiple elements with same keyRichard Levitte
2019-09-12doc/man3/OSSL_PARAM.pod: remove a comment that isn't true any moreRichard Levitte
2019-09-12doc/man3/OSSL_PARAM.pod: conform to man-page standardsRichard Levitte
2019-09-12test/evp_test.c: try fetching algorithmsRichard Levitte
2019-09-12Update the bundled external perl module Text-Template to version 1.56Richard Levitte
2019-09-12Clarify the status of bundled external perl modulesRichard Levitte
2019-09-12Rework the perl fallback functionalityRichard Levitte
2019-09-12Avoid passing NULL to memcpyMatt Caswell
2019-09-12Pass the correct ctx to provider KDF functionsMatt Caswell
2019-09-12Fix no-engineMatt Caswell
2019-09-12Fix no-dsaMatt Caswell
2019-09-12Fix test error if scrypt is disabledPaul Yang
2019-09-11crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre
2019-09-11drbg: fix issue where DRBG_CTR fails if NO_DF is used (2nd attempt)Dr. Matthias St. Pierre