summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-02-04Fix Invalid Argument return code from IP_Factory in connect_to_server().Matthias Kraft
2019-02-04Android build: fix usage of NDK home variable ($ndk_var)batist73
2019-02-02Add an entry to the CHANGES for the d2i_X509_PUBKEY fixBernd Edlinger
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger
2019-01-31Better phrasing around 1.1.0Richard Levitte
2019-01-31VMS: force 'pinshared'Richard Levitte
2019-01-31Fix error message for s_server -psk optionweinholtendian
2019-01-31Reuse already defined macrosPetr Vorel
2019-01-30Complain if -twopass is used incorrectlyMatt Caswell
2019-01-30Fix no-dso buildsMatt Caswell
2019-01-29Don't leak memory from ERR_add_error_vdata()Matt Caswell
2019-01-29Android build: use ANDROID_NDK_HOME rather than ANDROID_NDKRichard Levitte
2019-01-27clarify which functions are the CMS functions which must have CMS_PARTIAL setMichael Richardson
2019-01-27crypto/bn: fix return value in BN_generate_primeDavid Asraf
2019-01-27s_client: fix not to send a command letter of RShigeki Ohtsu
2019-01-27Remove stray -modulus option from the ec manual page.Tomas Mraz
2019-01-27Add "weak" declarations of symbols used in safestack.h and lhash.hMatthias Kraft
2019-01-25X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-24Revert "Keep the DTLS timer running after the end of the handshake if appropr...Matt Caswell
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell
2019-01-22Update NOTES.ANDROIDMatt Eaton
2019-01-21Make ca command silently use default if .attr file does not existBernd Edlinger
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2019-01-16apps/verify.c: Change an old comment to clarify what the callback doesRichard Levitte
2019-01-16crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()Richard Levitte
2019-01-16crypto/uid.c: use own macro as guard rather than AT_SECURERichard Levitte
2019-01-15Don't get the mac type in TLSv1.3Matt Caswell
2019-01-15Add missing entries in ssl_mac_pkey_idMatt Caswell
2019-01-15Check more return values in the SRP codeMatt Caswell
2019-01-15Check a return value in the SRP codeMatt Caswell
2019-01-08Don't artificially limit the size of the ClientHelloMatt Caswell
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-07Update generator copyright year.Viktor Dukhovni
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2019-01-07Don't complain if we receive the cryptopro extension in the ClientHelloMatt Caswell
2019-01-07doc/man1/x509.pod: fix typoDr. Matthias St. Pierre
2019-01-06Restore compatibility with GOST2001 implementations.Dmitry Belyavskiy
2019-01-06Fix no-cmacMatt Caswell
2019-01-04Support _onexit() in preference to atexit() on WindowsMatt Caswell
2019-01-04Introduce a no-pinshared optionMatt Caswell
2019-01-04Test atexit handlersMatt Caswell
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell