summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BN_mod_mul_reciprocal.pod (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-11Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez1-1/+3
2016-05-11Replace cipherlist testEmilia Kasper7-70/+244
2016-05-11Make null_compression constMatt Caswell1-1/+1
2016-05-11Fix V2ClientHello handling.David Benjamin1-3/+5
2016-05-11Add -signcert to CA.pl usage message.Dr. Stephen Henson1-1/+1
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni6-7/+325
2016-05-10Add a couple of checks to prime app.Dr. Stephen Henson1-0/+8
2016-05-10Add -srp option to ciphers command.Dr. Stephen Henson2-6/+31
2016-05-10crypto/des: remove obsolete functions.Andy Polyakov8-635/+11
2016-05-10Configurations: engage MIPS64 Poly1305 module.Andy Polyakov1-1/+2
2016-05-10MIPS64 assembly pack: add Poly1305 module.Andy Polyakov2-0/+415
2016-05-10Configure: replace which() with IPC::Cmd::can_run.Andy Polyakov1-18/+3
2016-05-10windows-makefile.tmpl: minor adjustments.Andy Polyakov1-13/+11
2016-05-10util/mkdef.pl: omit ordinals from Windows DLLs.Andy Polyakov1-4/+4
2016-05-10Typo.Dr. Stephen Henson1-1/+1
2016-05-10Fix the docs for ERR_remove_thread_state and ERR_remove_stateRichard Levitte1-3/+4
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte6-30/+32
2016-05-10Have [.VMS]openssl_{startup,shutdown}.com depend on respective *.inRichard Levitte1-2/+2
2016-05-10Fix VMS/openssl_{startup,shutddown}.com.inRichard Levitte3-13/+8
2016-05-10Configure: adhere to $(CROSS_COMPILE)ranlib.Andy Polyakov1-3/+7
2016-05-10Configure: make it work with Perl 5.10.Andy Polyakov1-1/+1
2016-05-10IRIX fixes.Andy Polyakov5-43/+13
2016-05-09Add NULL check in i2d_PrivateKey()Richard Levitte1-3/+6
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin2-1/+7
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell2-8/+10
2016-05-09Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen1-12/+5
2016-05-09VMS: support VERBOSE and V in descrip.mmsRichard Levitte2-2/+6
2016-05-09Recognise VERBOSE and V as well as HARNESS_VERBOSEDr. Stephen Henson2-5/+9
2016-05-09Missing credit in CHANGESRich Salz1-0/+1
2016-05-09Fix error in the loop of ECDHAndrea Grandi1-14/+14
2016-05-09Free any existing SRTP connection profileMatt Caswell1-0/+2
2016-05-09Configurations/windows-makefile.tmpl: expand environments early.Andy Polyakov1-2/+6
2016-05-09fix tab-space mixed indentationFdaSilvaYY16-69/+69
2016-05-09fix checkJ Mohan Rao Arisankala1-1/+1
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala6-11/+20
2016-05-07memset() doesn't take NULL.Ben Laurie1-2/+4
2016-05-07Add fuzzing!Ben Laurie13-0/+765
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson3-11/+13