summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-10rand_unix.c: fix --with-rand-seed=none buildDr. Matthias St. Pierre
2018-10-10Fix no-engineMatt Caswell
2018-10-09mkdef: bsd-gcc uses solaris symbol version scriptsBenjamin Kaduk
2018-10-09Fix a nit of copyright date rangePaul Yang
2018-10-08apps: allow empty attribute values with -subjBenjamin Kaduk
2018-10-08Cleanup typos and grammar in DES_random_key.podԜеѕ
2018-10-08Indentation fixes.Pauli
2018-10-08Remove useless check.Mykola Baibuz
2018-10-05/dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte
2018-10-05test/secmemtest: test secure memory only if it is implementedDr. Matthias St. Pierre
2018-10-05util/mkdef.pl: for VMS, allow generation of case insensitive symbol vectorRichard Levitte
2018-10-05Configure: use correct variable to infer the .ld file locationRichard Levitte
2018-10-05Add build file support for generic symbol exports with DSOsRichard Levitte
2018-10-05Change the build of engines to use ordinal files for symbol exportRichard Levitte
2018-10-05util/mkdef.pl: Produce version scripts from unversioned symbolsRichard Levitte
2018-10-04Extend the BIO callback tests to check the return value semanticsMatt Caswell
2018-10-04Fix the BIO callback return code handlingMatt Caswell
2018-10-04Refactor util/mknum.pl for clearer separation of functionalityRichard Levitte
2018-10-04Add code to manipulate the items in OpenSSL::OrdinalsRichard Levitte
2018-10-04A perl module to parse through C headersRichard Levitte
2018-10-03Move ZLIB from 'platforms' to 'features'Richard Levitte
2018-10-03Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte
2018-10-03Add a perl module that deals with ordinals filesRichard Levitte
2018-10-03Remove SSL_version_strRichard Levitte
2018-10-03Fix the drbgtest with randomized orderingMatt Caswell
2018-10-03Ignore libcrypto.ld and libssl.ldMatt Caswell
2018-10-02Fix some Coverity warningsMatt Caswell
2018-10-02Fix a mem leak in the ocsp appMatt Caswell
2018-10-02Change DRBG's to DRBGsShane Lontis
2018-10-01'openssl list': add option -objects to list built in objectsRichard Levitte
2018-10-01Refactor linker script generationRichard Levitte
2018-09-30Clean out aliases in include/openssl/symhacks.hRichard Levitte
2018-09-30Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis
2018-09-26Add missing cipher aliases to openssl(1)Antoine Salon
2018-09-26doc/man3/SSL_set_bio.pod: Fix wrong function name in return values sectionJames Callahan
2018-09-25Update enc(1) examples to more recent ciphers and key derivation algorithmsAntoine Salon
2018-09-25Fix no-tls1_2Matt Caswell
2018-09-25Fix no-pskMatt Caswell
2018-09-24Reduce stack usage in tls13_hkdf_expandBernd Edlinger
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius
2018-09-24Use secure_getenv(3) when available.Pauli
2018-09-23Create the .rnd file it it does not existBernd Edlinger
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev
2018-09-21Fix the max psk len for TLSv1.3Matt Caswell
2018-09-21Add a test for the certificate callbackMatt Caswell
2018-09-21Delay setting the sig algs until after the cert_cb has been calledMatt Caswell
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte
2018-09-20/dev/crypto engine: add missing RC4 parameterRichard Levitte
2018-09-20Add some missing ciphers in 'enc' documentPaul Yang