summaryrefslogtreecommitdiff
path: root/src/lib (follow)
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
* 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
* Crank minor due to API additionbeck2016-08-311-1/+1
* Don't call lstat() before readlink() just to see if it's a symlink,guenther2016-08-281-14/+17
* Be more strict when parsing TLS extensions.jsing2016-08-272-34/+74
* Pull in <time.h> for clock_gettime()guenther2016-08-261-1/+2
* 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
* 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
* wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@otto2016-08-171-61/+22
* The tls_conninfo serial is also unused.jsing2016-08-151-2/+1
* Group conninfo fields by connection and peer cert based information,jsing2016-08-151-5/+6
* Fix some style(9) issues.jsing2016-08-151-3/+6
* Explicitly pass in an SSL_CTX * to the functions that operate on one,jsing2016-08-154-37/+38
* add a bit of spacing to previous, to keep the notes about deprecatedjmc2016-08-152-4/+6
* Reduce qabs() and qdiv() to aliases of llabs() and lldiv().guenther2016-08-1412-228/+36
* Avoid leaking memory if tls_config_set_alpn() is called multiple timesjsing2016-08-131-4/+5
* Load CA, certificate and key files into memory when the appropriatejsing2016-08-133-44/+98
* Bump libtls minor due to symbol additions.jsing2016-08-121-1/+1
* Add ALPN support to libtls.jsing2016-08-127-16/+168
* Update the link for the getentropy(2) manual to man.openbsd.org/tb2016-08-0716-32/+32
* Do not *printf %s NULLderaadt2016-08-052-4/+6
* Obvious minor fixes:schwarze2016-08-052-36/+57
* Make RES_OPTIONS point directly to resolv.conf(5) instead of going throughmartijn2016-08-051-3/+3
* Revert previous since it adds new symbols.jsing2016-08-028-170/+16
* Bump TLS_API for addition of ALPN support.jsing2016-08-011-2/+2
* Add ALPN support to libtls.jsing2016-08-017-15/+168
* bump for LibreSSL 2.5.xbcook2016-07-312-6/+6
* don't mix code and decls, ok tedu@bcook2016-07-182-4/+6
* use memset to initialize the unionbcook2016-07-172-4/+8
* remove unused OPENSSL_NO_OBJECT casebcook2016-07-172-28/+2
* Initialize buffers before use, noted by Kinichiro Inoguchi.bcook2016-07-172-14/+14
* Clean up OCSP_check_validity() a bit more.beck2016-07-162-22/+20
* Limit the support of the "backward compatible" ssl2 handshake to only bebeck2016-07-162-2/+18
* Split the existing TLS cipher suite groups into four:jsing2016-07-133-11/+22
* zero the read buffer after copying data to user so it doesn't linger.tedu2016-07-102-2/+4
* Revert previous - it introduces problems with a common privsep use case.jsing2016-07-073-72/+35