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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-02-14
Provide EVP_PKEY_up_ref().
jsing
3
-2
/
+11
2018-02-14
Start providing parts of the OpenSSL 1.1 API.
jsing
3
-2
/
+24
2018-02-14
Provide X509_get_signature_nid().
jsing
3
-12
/
+21
2018-02-14
Provide SSL_CTX_get0_param() and SSL_get0_param().
jsing
3
-5
/
+20
2018-02-14
Update keypair regress to match revised keypair hash handling.
jsing
1
-11
/
+10
2018-02-14
New manual page EVP_PKEY_asn1_new(3) from Richard Levitte
schwarze
8
-13
/
+475
2018-02-14
I recently documented X509_VERIFY_PARAM_lookup(3), so change .Fn to .Xr.
schwarze
1
-3
/
+3
2018-02-14
Mention two more block cipher modes that actually exist in our tree;
schwarze
1
-8
/
+30
2018-02-13
Add the missing RETURN VALUES section.
schwarze
1
-5
/
+118
2018-02-13
Add the missing RETURN VALUES section, mostly from Paul Yang
schwarze
1
-11
/
+38
2018-02-13
Correctly describe BN_get_word(3) and BN_set_word(3).
schwarze
1
-20
/
+25
2018-02-13
Mention that BN_new(3) sets the value to zero;
schwarze
1
-5
/
+6
2018-02-13
Delete duplicate .Nm entry in the NAME section,
schwarze
1
-4
/
+4
2018-02-13
Add the missing RETURN VALUES section.
schwarze
1
-14
/
+76
2018-02-12
Add the missing RETURN VALUES section;
schwarze
1
-3
/
+21
2018-02-12
Add the missing RETURN VALUES section;
schwarze
1
-3
/
+15
2018-02-12
Add missing RETURN VALUES section.
schwarze
1
-4
/
+15
2018-02-12
Add the missing RETURN VALUES section and reorder the content
schwarze
1
-35
/
+93
2018-02-11
Document three more functions recently made public by jsing@
schwarze
1
-18
/
+185
2018-02-11
typo in output string; from edgar pettijohn
jmc
1
-2
/
+2
2018-02-11
Merge documentation from OpenSSL for seven functions
schwarze
1
-7
/
+196
2018-02-10
Be more specific about when the session file will be updated.
jsing
1
-2
/
+2
2018-02-10
Bump TLS API version since we've added more functionality.
jsing
1
-2
/
+2
2018-02-10
Move the keypair pubkey hash handling code to during config.
jsing
4
-69
/
+95
2018-02-10
Tidy/standardise some code.
jsing
1
-6
/
+3
2018-02-10
Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo
jsing
1
-3
/
+1
2018-02-10
Document functions for client-side TLS session support.
jsing
2
-9
/
+56
2018-02-10
Add support to libtls for client-side TLS session resumption.
jsing
6
-5
/
+195
2018-02-10
Bump lib{crypto,ssl,tls} minors due to symbol addition.
jsing
3
-3
/
+3
2018-02-10
Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2
jsing
2
-1
/
+26
2018-02-08
Update regress to use tlsext_serverhello_parse().
jsing
1
-5
/
+3
2018-02-08
Complete the TLS extension rewrite on the client-side.
jsing
4
-156
/
+93
2018-02-08
Convert option handling for openssl(1) genpkey.
jsing
1
-110
/
+177
2018-02-08
Update regress to match change to tls_keypair_pubkey_hash().
jsing
1
-3
/
+4
2018-02-08
Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of
jsing
3
-14
/
+11
2018-02-08
Add a regress test that covers libtls keypairs.
jsing
3
-1
/
+248
2018-02-08
Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings
jsing
1
-2
/
+2
2018-02-08
Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.
jsing
1
-6
/
+5
2018-02-08
Do not bother NULLing pointers in a struct that is about to be freed.
jsing
1
-10
/
+1
2018-02-08
Move tls_keypair_pubkey_hash() to the keypair file.
jsing
3
-43
/
+43
2018-02-08
Avoid a memory leak that results when the same tls_config is reused.
jsing
1
-1
/
+4
2018-02-08
Assert tedu's copyright since some of the code moved here is his.
jsing
1
-1
/
+2
2018-02-08
Split keypair handling out into its own file - it had already appeared
jsing
6
-166
/
+215
2018-02-07
use consistent style for for loop in unmap(), no functional change
otto
1
-4
/
+2
2018-02-07
Restore a check before BN_free() that needs to exist and write it such that
jsing
1
-2
/
+3
2018-02-07
Nuke some more free NULL guards.
jsing
1
-9
/
+5
2018-02-07
Indent labels with a single space so that diff prototypes are more useful.
jsing
45
-190
/
+190
2018-02-07
Add more free functions for NULL checks.
jsing
1
-16
/
+67
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
jsing
18
-114
/
+67
2018-02-07
Remove guards around *_free() calls since these functions handle NULL.
jsing
1
-27
/
+15
[prev]
[next]