summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-05-11Recommend GH over RT, per team vote.Rich Salz
2016-05-11make updateRichard Levitte
2016-05-11typoDr. Stephen Henson
2016-05-11Update pkcs8 defaults.Dr. Stephen Henson
2016-05-11Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez
2016-05-11Replace cipherlist testEmilia Kasper
2016-05-11Make null_compression constMatt Caswell
2016-05-11Fix V2ClientHello handling.David Benjamin
2016-05-11Add -signcert to CA.pl usage message.Dr. Stephen Henson
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni
2016-05-10Add a couple of checks to prime app.Dr. Stephen Henson
2016-05-10Add -srp option to ciphers command.Dr. Stephen Henson
2016-05-10crypto/des: remove obsolete functions.Andy Polyakov
2016-05-10Configurations: engage MIPS64 Poly1305 module.Andy Polyakov
2016-05-10MIPS64 assembly pack: add Poly1305 module.Andy Polyakov
2016-05-10Configure: replace which() with IPC::Cmd::can_run.Andy Polyakov
2016-05-10windows-makefile.tmpl: minor adjustments.Andy Polyakov
2016-05-10util/mkdef.pl: omit ordinals from Windows DLLs.Andy Polyakov
2016-05-10Typo.Dr. Stephen Henson
2016-05-10Fix the docs for ERR_remove_thread_state and ERR_remove_stateRichard Levitte
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte
2016-05-10Have [.VMS]openssl_{startup,shutdown}.com depend on respective *.inRichard Levitte
2016-05-10Fix VMS/openssl_{startup,shutddown}.com.inRichard Levitte
2016-05-10Configure: adhere to $(CROSS_COMPILE)ranlib.Andy Polyakov
2016-05-10Configure: make it work with Perl 5.10.Andy Polyakov
2016-05-10IRIX fixes.Andy Polyakov
2016-05-09Add NULL check in i2d_PrivateKey()Richard Levitte
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell
2016-05-09Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen
2016-05-09VMS: support VERBOSE and V in descrip.mmsRichard Levitte
2016-05-09Recognise VERBOSE and V as well as HARNESS_VERBOSEDr. Stephen Henson
2016-05-09Missing credit in CHANGESRich Salz
2016-05-09Fix error in the loop of ECDHAndrea Grandi
2016-05-09Free any existing SRTP connection profileMatt Caswell
2016-05-09Configurations/windows-makefile.tmpl: expand environments early.Andy Polyakov
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-09fix checkJ Mohan Rao Arisankala
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-05-07memset() doesn't take NULL.Ben Laurie
2016-05-07Add fuzzing!Ben Laurie
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-06Add documentation of PKCS12_newpass()Jeffrey Walton
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson
2016-05-06RT3513: req doesn't display attributes using utf8stringisnotnick
2016-05-06README.PERL: clarify "matching" Perl requirement on Windows.Andy Polyakov
2016-05-06poly1305/asm/poly1305-x86_64.pl: contain symbols within shared lib.Andy Polyakov
2016-05-06poly1305/asm/poly1305-x86_64.pl: make it cross-compile.Andy Polyakov
2016-05-06testlib/OpenSSL/Test.pm: address 5.10 warnings.Andy Polyakov