| Commit message (Expand) | Author | Age | Files | Lines |
* | crank minor for API addiiton of x509_email, etc. functions | beck | 2016-09-03 | 2 | -2/+2 |
* | Bring in functions used by stunnel and exim from BoringSSL - this brings | beck | 2016-09-03 | 2 | -2/+452 |
* | Remove the libcrypto/crypto directory | beck | 2016-09-03 | 41 | -6330/+0 |
* | Remove the libssl/ssl directory | beck | 2016-09-03 | 2 | -54/+0 |
* | Remove the libssl/src directory | beck | 2016-09-03 | 1190 | -386114/+0 |
* | Print SKIPPED if a regress test cannot be executed for some reason. | bluhm | 2016-09-02 | 1 | -2/+3 |
* | shorten s_server; | jmc | 2016-09-02 | 1 | -134/+72 |
* | Fix build of regress after source moves | beck | 2016-09-02 | 1 | -2/+2 |
* | Make this regress build again | beck | 2016-09-02 | 2 | -4/+4 |
* | Less lock contention by using more pools for mult-threaded programs. | otto | 2016-09-01 | 2 | -94/+190 |
* | black magic for sparc page size can go | tedu | 2016-09-01 | 1 | -4/+2 |
* | shorten s_client; | jmc | 2016-09-01 | 1 | -142/+50 |
* | Crank minor due to API addition | beck | 2016-08-31 | 1 | -1/+1 |
* | We don't need any VMS access tricks. | deraadt | 2016-08-31 | 1 | -27/+4 |
* | Add OPTION_ARG_TIME for parsing a (64 bit if needed) time_t | deraadt | 2016-08-30 | 3 | -4/+15 |
* | buf[][] with strange use all over the place is ridiculous, especially | deraadt | 2016-08-30 | 1 | -15/+14 |
* | Fix 32-bit time handling, using time_t and make it work on systems | deraadt | 2016-08-30 | 2 | -24/+25 |
* | shorten rsautl; | jmc | 2016-08-30 | 1 | -152/+13 |
* | shorten the rsa text; of note, i've also reduced the description | jmc | 2016-08-28 | 1 | -278/+44 |
* | Don't call lstat() before readlink() just to see if it's a symlink, | guenther | 2016-08-28 | 1 | -14/+17 |
* | shorten the req text; | jmc | 2016-08-27 | 1 | -452/+189 |
* | Enable ALPN regress now that it passes. | jsing | 2016-08-27 | 1 | -4/+2 |
* | Be more strict when parsing TLS extensions. | jsing | 2016-08-27 | 2 | -34/+74 |
* | Pull in <stdio.h> for NULL | guenther | 2016-08-27 | 1 | -1/+2 |
* | Repeated occurances of the idiom buf[5][BUFSIZ] -- ridiculous. Give each | deraadt | 2016-08-26 | 1 | -86/+87 |
* | Pull in <time.h> for clock_gettime() | guenther | 2016-08-26 | 1 | -1/+2 |
* | shorten the pkeyutl text; | jmc | 2016-08-25 | 1 | -83/+40 |
* | shorten the pkeyparam text; | jmc | 2016-08-24 | 1 | -23/+8 |
* | shorten the pkey text; | jmc | 2016-08-24 | 1 | -73/+25 |
* | shorten pkcs12; | jmc | 2016-08-23 | 1 | -187/+42 |
* | Various clean up and reorganisation of the connection info handling code. | jsing | 2016-08-22 | 3 | -69/+97 |
* | Stick with the usual 'if NULL return NULL' idiom. | jsing | 2016-08-22 | 1 | -10/+10 |
* | Bump TLS_API due to the addition of server side SNI functions. | jsing | 2016-08-22 | 1 | -2/+2 |
* | Bump libtls minor due to the addition of symbols. | jsing | 2016-08-22 | 1 | -1/+1 |
* | Provide an API that enables server side SNI support - add the ability to | jsing | 2016-08-22 | 5 | -6/+107 |
* | Create contexts for server side SNI - these include the additional SSL_CTX | jsing | 2016-08-22 | 3 | -3/+174 |
* | shorten the pkcs8 text; | jmc | 2016-08-22 | 1 | -179/+63 |
* | Sorry Andrew and Luke, I'm pretty sure we deleted your IRIX and VMS code. | deraadt | 2016-08-22 | 1 | -4/+1 |
* | shorten pkcs7 text; | jmc | 2016-08-20 | 1 | -58/+37 |
* | shorten the passwd text; ok jsing | jmc | 2016-08-20 | 1 | -48/+14 |
* | shorten the ocsp text; ok beck | jmc | 2016-08-19 | 1 | -199/+71 |
* | Split out the TLS server SSL_CTX allocation and configuration code, so | jsing | 2016-08-18 | 1 | -19/+37 |
* | Rework parts of the libtls man page for clarity. Split out the connection | jsing | 2016-08-18 | 1 | -45/+35 |
* | shorten the nseq text; | jmc | 2016-08-18 | 1 | -41/+17 |
* | wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@ | otto | 2016-08-17 | 1 | -61/+22 |
* | shorten genrsa; ok jsing | jmc | 2016-08-16 | 1 | -42/+18 |
* | The tls_conninfo serial is also unused. | jsing | 2016-08-15 | 1 | -2/+1 |
* | Group conninfo fields by connection and peer cert based information, | jsing | 2016-08-15 | 1 | -5/+6 |
* | Fix some style(9) issues. | jsing | 2016-08-15 | 1 | -3/+6 |
* | Explicitly pass in an SSL_CTX * to the functions that operate on one, | jsing | 2016-08-15 | 4 | -37/+38 |