aboutsummaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Disable -Wunused-result in programs and testsManuel Pégourié-Gonnard1-0/+4
2015-07-03Update dh_genprime programManuel Pégourié-Gonnard1-12/+36
2015-02-13Update copyright line to 2015Paul Bakker39-39/+39
2015-01-28Fix urlManuel Pégourié-Gonnard39-39/+39
2015-01-26Update copyright noticeManuel Pégourié-Gonnard39-195/+78
2014-11-20Add support for cleanly exiting ssl_server2Manuel Pégourié-Gonnard1-0/+6
2014-10-23ssl_mail_client.c: silence warning, check base64_encode() statusAlfred Klomp1-2/+12
2014-10-23ssl_test.c: remove dead store, assign at declarationAlfred Klomp1-4/+2
2014-10-23Don't print uninitialised buffer in ssl_mail_clientManuel Pégourié-Gonnard1-0/+2
2014-07-09Proper initialization and checks for rare casesPaul Bakker6-3/+12
2014-07-08Cleaner initialization (values did not matter, but were uninitialized)Paul Bakker2-0/+2
2014-07-08Actually increment the loop counter to quit in ssl_fork_serverPaul Bakker1-1/+1
2014-07-08Cleaned up location of init and free for some programs to prevent memoryPaul Bakker13-30/+51
2014-07-08Added return value checking for correctness in programsPaul Bakker3-10/+44
2014-07-08Add ssl_close_notify() to servers that missed itPaul Bakker3-3/+32
2014-07-08Disable renegotiation by default in example cli/srvPaul Bakker2-2/+2
2014-07-08Make auth_mode=required the default in ssl_client2Manuel Pégourié-Gonnard3-3/+18
2014-07-07Fixed file descriptor leak in generic_sumPaul Bakker1-0/+2
2014-07-07SMTP lines are officially terminated with CRLF, ssl_mail_client fixedPaul Bakker1-12/+12
2014-07-07Minor fixes to o_p_test.c (CMakeLists.txt and includes)Paul Bakker2-0/+3
2014-07-07Removed dependency on unistd.h for MSVC in appsPaul Bakker2-1/+11
2014-07-07Explicit conversions to int from size_t for MSVC (64-bit) in appsPaul Bakker3-3/+3
2014-07-07Removed making commandline arguments case insensitivePaul Bakker3-26/+3
2014-07-07Removed Windows auto-spawn client codePaul Bakker2-44/+0
2014-07-07crypt_and_hash: check MAC earlierManuel Pégourié-Gonnard1-11/+11
2014-07-07Make all hash checking in programs constant-timeManuel Pégourié-Gonnard5-5/+35
2014-07-07Check HMAC in constant-time in crypt_and_hashPaul Bakker1-1/+7
2013-09-23RSA blinding on CRT operations to counter timing attacksPaul Bakker8-17/+57
2013-06-06Fixed const correctness issues in programs and testsPaul Bakker20-87/+106
2013-02-02Allow enabling of dummy error_strerror() to support some use-casesPaul Bakker1-2/+2
2012-11-23Made auth_mode as an command line optionPaul Bakker2-2/+34
2012-11-20Added more notes / comments on own_cert, trust_ca purposesPaul Bakker2-6/+12
2012-11-18Added proper gitignores for Linux CMake usePaul Bakker1-0/+2
2012-11-17Added proper gitignores for linux compilationPaul Bakker1-0/+37
2012-11-17Added checking of CA peer cert to ssl_client1 as sane defaultPaul Bakker1-1/+71
2012-11-14 - Do not free uninitialized ssl contextPaul Bakker1-1/+3
2012-10-31 - Moved ciphersuite naming scheme to IANA reserved namesPaul Bakker6-137/+94
2012-10-30 - Added ssl_get_peer_cert() to SSL APIPaul Bakker3-5/+5
2012-10-24 - Smaller default valuesPaul Bakker2-8/+8
2012-10-24 - Fixed to support 4096 bit DHM params as wellPaul Bakker2-5/+5
2012-10-23 - Changed default compiler flags to include -O2Paul Bakker1-1/+1
2012-10-03 - Updated examples to use appropriate sizes for larger RSA keys (up to 16k)Paul Bakker7-33/+25
2012-10-03 - Added key_app_writer to CMakeLists.txtPaul Bakker1-0/+3
2012-10-03 - Changed saved value to RCF 3526 2048 MODP groupPaul Bakker1-2/+2
2012-10-03 - Added warning about example usePaul Bakker1-1/+8
2012-09-28 - Added option to add minimum accepted SSL/TLS protocol versionPaul Bakker2-1/+90
2012-09-28 - Added commentPaul Bakker1-0/+3
2012-09-28 - SSL/TLS now has default groupPaul Bakker1-4/+0
2012-09-28 - Revamped x509_verify() and the SSL f_vrfy callback implementationsPaul Bakker1-9/+42
2012-09-28 - Removed lowercasing of parametersPaul Bakker2-21/+1