summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-02[test/README.md] minor fix of examples missing the test targetNicola Tuveri
2020-07-02Travis: default to HARNESS_JOBS=4Nicola Tuveri
2020-07-02Run tests in parallelNicola Tuveri
2020-07-02Fix memory leaks on OSSL_SERIALIZER_CTX_new_by_EVP_PKEYNicola Tuveri
2020-07-01Free pre_proc_exts in SSL_free()MiƂosz Kaniewski
2020-07-02doc: remove reference to the predecessor of SHA-1.Pauli
2020-07-01Don't forget our provider ctx when resettingMatt Caswell
2020-07-01X509v3_cache_extensions(): Improve coding style and doc, fix case 'sha1 == NULL'Dr. David von Oheimb
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb
2020-07-01Move doc of X509{,_REQ,_CRL}_verify{,_ex}() from X509_sign.pod to new X509_ve...Dr. David von Oheimb
2020-07-01Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued()Dr. David von Oheimb
2020-07-01Optimization and safety precaution in find_issuer() of x509_vfy.c:Dr. David von Oheimb
2020-07-01Add four more verify test cases on the self-signed Ed25519 and self-issed X25...Dr. David von Oheimb
2020-07-01Make x509 -force_pubkey test case with self-issued cert more realisticDr. David von Oheimb
2020-07-01Refactor (without semantic changes) crypto/x509/{v3_purp.c,x509_vfy.c}Dr. David von Oheimb
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb
2020-06-30Fix a typo on the SSL_dup pageMatt Caswell
2020-06-30Fix CID-1464802Shane Lontis
2020-06-30Force ssl/tls protocol flags to use stream socketsBenny Baumann
2020-06-30rand: include the CPU source in a build.Pauli
2020-06-30rand: fix CPU and timer sources.Pauli
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-06-28INSTALL.md and NOTES.VALGRIND: Further cleanup of references and code/symbol ...Dr. David von Oheimb
2020-06-28Move test-related info from INSTALL.md to new test/README.md, updating refere...Dr. David von Oheimb
2020-06-28apps/openssl: clean-up of unused fallback codeRichard Levitte
2020-06-28Configurations: drop toolchain from configuration targetsRichard Levitte
2020-06-28DOC: Mention Configure consistentlyRichard Levitte
2020-06-28Configure: pick up options from older 'config'Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm: refactor guess_system()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm: remove expand() and use evalRichard Levitte
2020-06-28config: Turn into a simple wrapperRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: refactor map_guess()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm, Configure: move check of target with compilerRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Rework determining compiler informationRichard Levitte
2020-06-28Remove OpenSSL::config::main(), it's not necessaryRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Prefer POSIX::uname() over piping the commandRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Don't detect removed directories inRichard Levitte
2020-06-28Initial rewrite of config as a Perl moduleRich Salz
2020-06-28Add a test to make sure ASYNC aware code gets the right default libctxMatt Caswell
2020-06-28Make the ASYNC code default libctx awareMatt Caswell
2020-06-28CORE: Add an internal function to distinguish the global default contextRichard Levitte
2020-06-28TEST: Add test to exercise OPENSSL_CTX_set0_default()Richard Levitte
2020-06-28Update NEWS and CHANGESRichard Levitte
2020-06-28CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte
2020-06-27INSTALL.md: Restore $ as command prompt indicatorRichard Levitte
2020-06-27Configuration: do not overwrite BASE_unix ex_libs in AIXAttila Szakacs
2020-06-27Reduce the security bits for MD5 and SHA1 based signatures in TLSKurt Roeckx
2020-06-27Fix syntax of cipher stringKurt Roeckx
2020-06-26TEST: Add TODO segments in test/recipes/15-test_genec.tRichard Levitte
2020-06-26Test genpkey app for EC keygen with various argsNicola Tuveri