index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libtls
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove generated Symbols.map on make clean.
jsing
2016-11-05
1
-1
/
+3
*
Build with WARNINGS=Yes.
jsing
2016-11-04
1
-1
/
+3
*
Avoid shadowing the socket global.
jsing
2016-11-04
1
-3
/
+3
*
Make the tls_keypair_new() function a valid prototype.
jsing
2016-11-04
1
-2
/
+2
*
Avoid another signed vs unsigned comparison.
jsing
2016-11-04
1
-2
/
+6
*
Add an explict list of exported symbols with just the functions declared
guenther
2016-11-04
3
-2
/
+85
*
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
beck
2016-11-04
4
-10
/
+7
*
Address some signed vs unsigned warnings and check that an integer value
jsing
2016-11-04
1
-4
/
+14
*
Assign and test, as is consistent with the rest of the libtls code.
jsing
2016-11-04
1
-7
/
+4
*
Use a consistent name for struct bio_cb * variables.
jsing
2016-11-04
1
-6
/
+6
*
Rename struct bio_cb_st to struct bio_cb.
jsing
2016-11-04
1
-8
/
+8
*
Do not cast a pointer to a struct, to a char * when assigning to a void *.
jsing
2016-11-04
1
-2
/
+2
*
Use a consistent name for a BIO *, rather than having four different names
jsing
2016-11-04
1
-49
/
+51
*
Avoid signed vs unsigned comparisons.
jsing
2016-11-04
1
-3
/
+4
*
There's not much point having three static functions that do a cast and
jsing
2016-11-04
1
-33
/
+6
*
Do not mix declarations and code.
jsing
2016-11-04
1
-3
/
+7
*
Rename the internal bio related functions so that they have a common
jsing
2016-11-04
1
-22
/
+22
*
There's not much point in casting a void * to a specific type just before
jsing
2016-11-04
1
-4
/
+2
*
bump minor for ocsp_require_stapling addition
beck
2016-11-04
1
-1
/
+1
*
Add ocsp_require_stapling config option for tls - allows a connection
beck
2016-11-04
5
-6
/
+25
*
Don't do OCSP validation when we have disabled certificate verification
beck
2016-11-03
2
-5
/
+8
*
Only set an error from libssl related code, if an error has not already
jsing
2016-11-03
2
-7
/
+47
*
Fix handshake failures:
beck
2016-11-03
1
-20
/
+26
*
bit more cleanup;
jmc
2016-11-02
1
-9
/
+9
*
fix shadow declaration of time in parameter list.
beck
2016-11-02
1
-2
/
+2
*
Ensure handshake is complete before processing an ocsp response for a ctx
beck
2016-11-02
1
-0
/
+3
*
tweak previous;
jmc
2016-11-02
1
-32
/
+26
*
bump minor for ocsp api additions
beck
2016-11-02
1
-1
/
+1
*
Add OCSP client side support to libtls.
beck
2016-11-02
7
-8
/
+604
*
use the same type for buf as the return type in tls_load_file
bcook
2016-10-03
1
-2
/
+3
*
Update ld search path for libssl/libcrypto, fixes cross-build after source mo...
bcook
2016-09-19
1
-3
/
+3
*
Set callbacks on the right tls ctx on accept.
bcook
2016-09-14
1
-2
/
+2
*
Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.
bcook
2016-09-14
1
-1
/
+2
*
Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.
bcook
2016-09-14
1
-3
/
+21
*
add a little more typing to the first callback argument.
tedu
2016-09-13
2
-7
/
+7
*
minor tweaks;
jmc
2016-09-04
1
-7
/
+7
*
Bump TLS_API for addition of callbacks.
jsing
2016-09-04
1
-2
/
+2
*
Maintain consistency with function naming.
jsing
2016-09-04
2
-8
/
+8
*
Sort headers and use the installed tls.h, rather than the local one.
jsing
2016-09-04
1
-5
/
+5
*
$OpenBSD$ tag
jsing
2016-09-04
1
-1
/
+1
*
New sentence, new line. Also wrap at 80 chars.
jsing
2016-09-04
1
-3
/
+7
*
Add callback-based interface to libtls.
bcook
2016-09-04
10
-37
/
+371
*
State that libtls functions apply to both clients and servers, unless
jsing
2016-09-04
1
-47
/
+16
*
Crank minor due to API addition
beck
2016-08-31
1
-1
/
+1
*
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
[prev]
[next]