summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-06Fix test case for a2i_IPADDRESSAmir Mohammadi
2021-08-06Test case for a2i_IPADDRESSChristian Heimes
2021-08-06Fix ipv4_from_asc behavior on invalid Ip addressesAmir Mohammadi
2021-08-06X509_STORE_CTX_get_error: Fix some minor documentation issuesTomas Mraz
2021-08-06Fix VS2019 compile error C4703: potentially uninitialized local pointer varia...Kelvin Lee
2021-08-05cms: Fix handling of -rctform optionTomas Mraz
2021-08-05cms: Do not try to check binary format on stdinTomas Mraz
2021-08-05req: Avoid segfault when -modulus is usedTomas Mraz
2021-08-05[doc/man3] documentation: BN_cmp manpage updatesBilly Brumley
2021-08-05test: add -macopt hexkey: to dgst command testsPauli
2021-08-05ctrls: add missing control string translation for key -> priv for HMACPauli
2021-08-05evp_test: add TLS 1.3 KDF test suitePauli
2021-08-05test: add test cases for TLS 1.3 KDFPauli
2021-08-05update doc/build.infoPauli
2021-08-05fips: add power up test for TLS 1.3 KDFPauli
2021-08-05doc: add TLS 1.3 KDF to the FIPS provider list of algorithms.Pauli
2021-08-05doc: reorder the string and int extract/expand param valuesPauli
2021-08-05doc: add links to new KDFPauli
2021-08-05doc: add documentation for TLS13_KDFPauli
2021-08-05provider: add TLS13_KDF to the default and FIPS providersPauli
2021-08-05tls/prov: move the TLS 1.3 KDF code to providersPauli
2021-08-05doc: add missing link directive in X942 KDFPauli
2021-08-05CI: remove spurious blank linesPauli
2021-08-05ci: specific gcc explicitly on the basic-gcc CI buildPauli
2021-08-05ci: separate the config dump from the configuration commandPauli
2021-08-05Document necessary error code processingDmitry Belyavskiy
2021-08-05Add oid_section to sysdefault.cnf to test adding new oidsTomas Mraz
2021-08-05Prevent recursive call of OPENSSL_INIT_LOAD_CONFIGTomas Mraz
2021-08-04apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...Dr. David von Oheimb
2021-08-04Use copy.pl to install the fips module on WindowsTomas Mraz
2021-08-04Windows, VMS: Do install_fips on install if fips is enabledTomas Mraz
2021-08-04doc: replace markdown backticks with perlpod syntaxBeat Bolli
2021-08-04doc: use the documented =item markersBeat Bolli
2021-08-04Add config_diagnostics to our configuration files.Pauli
2021-08-03If we have passed the private key, don't copy it implicitlyDmitry Belyavskiy
2021-07-31Redefine getpid() -> _getpid() only for MSVCTanzinul Islam
2021-07-31changes: remove duplicate entryPauli
2021-07-30doc: document that config_diagnostics is sensible but involves riskPauli
2021-07-30demo: add GMAC demonstration programPauli
2021-07-29Fix dtls timeout dead codeyangyangtiantianlonglong
2021-07-29Prepare for 3.0 beta 3Matt Caswell
2021-07-29Prepare for release of 3.0 beta 2openssl-3.0.0-beta2Matt Caswell
2021-07-29make updateMatt Caswell
2021-07-29Update copyright yearMatt Caswell
2021-07-29Update fingerprints.txtMatt Caswell
2021-07-28Add missing session timeout calcTodd Short
2021-07-28test: add a comment indication that a bad MAC is intentionalPauli
2021-07-28Add some testing for the case where the FIPS provider fails to loadMatt Caswell
2021-07-28Don't try and load the config file while already loading the config fileMatt Caswell
2021-07-28Ensure any default_properties still apply even in the event of a provider loa...Matt Caswell