summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make tree build againbeck2016-09-036-12/+482
* remove unused variablebeck2016-09-031-2/+1
* Fix some very unnecessary convoultion.beck2016-09-031-16/+6
* crank minor for API addiiton of x509_email, etc. functionsbeck2016-09-032-2/+2
* Bring in functions used by stunnel and exim from BoringSSL - this bringsbeck2016-09-032-2/+452
* Remove the libcrypto/crypto directorybeck2016-09-0341-6330/+0
* Remove the libssl/ssl directorybeck2016-09-032-54/+0
* Remove the libssl/src directorybeck2016-09-031190-386114/+0
* Print SKIPPED if a regress test cannot be executed for some reason.bluhm2016-09-021-2/+3
* shorten s_server;jmc2016-09-021-134/+72
* Fix build of regress after source movesbeck2016-09-021-2/+2
* Make this regress build againbeck2016-09-022-4/+4
* Less lock contention by using more pools for mult-threaded programs.otto2016-09-012-94/+190
* black magic for sparc page size can gotedu2016-09-011-4/+2
* shorten s_client;jmc2016-09-011-142/+50
* Crank minor due to API additionbeck2016-08-311-1/+1
* We don't need any VMS access tricks.deraadt2016-08-311-27/+4
* Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_tderaadt2016-08-303-4/+15
* buf[][] with strange use all over the place is ridiculous, especiallyderaadt2016-08-301-15/+14
* Fix 32-bit time handling, using time_t and make it work on systemsderaadt2016-08-302-24/+25
* shorten rsautl;jmc2016-08-301-152/+13
* shorten the rsa text; of note, i've also reduced the descriptionjmc2016-08-281-278/+44
* Don't call lstat() before readlink() just to see if it's a symlink,guenther2016-08-281-14/+17
* shorten the req text;jmc2016-08-271-452/+189
* Enable ALPN regress now that it passes.jsing2016-08-271-4/+2
* Be more strict when parsing TLS extensions.jsing2016-08-272-34/+74
* Pull in <stdio.h> for NULLguenther2016-08-271-1/+2
* Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give eachderaadt2016-08-261-86/+87
* Pull in <time.h> for clock_gettime()guenther2016-08-261-1/+2
* shorten the pkeyutl text;jmc2016-08-251-83/+40
* shorten the pkeyparam text;jmc2016-08-241-23/+8
* shorten the pkey text;jmc2016-08-241-73/+25
* shorten pkcs12;jmc2016-08-231-187/+42
* Various clean up and reorganisation of the connection info handling code.jsing2016-08-223-69/+97
* Stick with the usual 'if NULL return NULL' idiom.jsing2016-08-221-10/+10
* Bump TLS_API due to the addition of server side SNI functions.jsing2016-08-221-2/+2
* Bump libtls minor due to the addition of symbols.jsing2016-08-221-1/+1
* Provide an API that enables server side SNI support - add the ability tojsing2016-08-225-6/+107
* Create contexts for server side SNI - these include the additional SSL_CTXjsing2016-08-223-3/+174
* shorten the pkcs8 text;jmc2016-08-221-179/+63
* Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code.deraadt2016-08-221-4/+1
* shorten pkcs7 text;jmc2016-08-201-58/+37
* shorten the passwd text; ok jsingjmc2016-08-201-48/+14
* shorten the ocsp text; ok beckjmc2016-08-191-199/+71
* Split out the TLS server SSL_CTX allocation and configuration code, sojsing2016-08-181-19/+37
* Rework parts of the libtls man page for clarity. Split out the connectionjsing2016-08-181-45/+35
* shorten the nseq text;jmc2016-08-181-41/+17
* wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@otto2016-08-171-61/+22
* shorten genrsa; ok jsingjmc2016-08-161-42/+18
* The tls_conninfo serial is also unused.jsing2016-08-151-2/+1