index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2018-02-13
Correctly describe BN_get_word(3) and BN_set_word(3).
Ingo Schwarze
2018-02-13
Mention that BN_new(3) sets the value to zero;
Ingo Schwarze
2018-02-13
Delete duplicate .Nm entry in the NAME section,
Ingo Schwarze
2018-02-13
Add the missing RETURN VALUES section.
Ingo Schwarze
2018-02-12
Add the missing RETURN VALUES section;
Ingo Schwarze
2018-02-12
Add the missing RETURN VALUES section;
Ingo Schwarze
2018-02-12
Add missing RETURN VALUES section.
Ingo Schwarze
2018-02-12
Add the missing RETURN VALUES section and reorder the content
Ingo Schwarze
2018-02-11
Document three more functions recently made public by jsing@
Ingo Schwarze
2018-02-11
macro fix;
Jason McIntyre
2018-02-11
Document how MAP_STACK will be used. All stacks must be mmap'd with
Theo de Raadt
2018-02-11
Start mapping thread stacks with MAP_STACK. mmap() currently ignores
Theo de Raadt
2018-02-11
Merge documentation from OpenSSL for seven functions
Ingo Schwarze
2018-02-10
Shift top-of-stack down so that the random==0 case doesn't leave stack
Theo de Raadt
2018-02-10
zap trailing whitespace;
Jason McIntyre
2018-02-10
Be more specific about when the session file will be updated.
Joel Sing
2018-02-10
add support for binary sysctl payloads by handling them as hex
Florian Obser
2018-02-10
Bump TLS API version since we've added more functionality.
Joel Sing
2018-02-10
Move the keypair pubkey hash handling code to during config.
Joel Sing
2018-02-10
Tidy/standardise some code.
Joel Sing
2018-02-10
Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfo
Joel Sing
2018-02-10
Document functions for client-side TLS session support.
Joel Sing
2018-02-10
Add support to libtls for client-side TLS session resumption.
Joel Sing
2018-02-10
Bump lib{crypto,ssl,tls} minors due to symbol addition.
Joel Sing
2018-02-10
Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2
Joel Sing
2018-02-08
Complete the TLS extension rewrite on the client-side.
Joel Sing
2018-02-08
Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead of
Joel Sing
2018-02-08
Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.
Joel Sing
2018-02-08
Do not bother NULLing pointers in a struct that is about to be freed.
Joel Sing
2018-02-08
Move tls_keypair_pubkey_hash() to the keypair file.
Joel Sing
2018-02-08
Avoid a memory leak that results when the same tls_config is reused.
Joel Sing
2018-02-08
Assert tedu's copyright since some of the code moved here is his.
Joel Sing
2018-02-08
Split keypair handling out into its own file - it had already appeared
Joel Sing
2018-02-07
use consistent style for for loop in unmap(), no functional change
Otto Moerbeek
2018-02-07
Restore the old behavior when a port number without a host name is
Alexander Bluhm
2018-02-06
Do not call freeaddrinfo() with a NULL parameter.
Alexander Bluhm
2018-02-06
make sure that all error paths are correctly handled in asr_run_sync()
Eric Faurot
2018-02-06
recognise DLT_PPP_SERIAL.
David Gwynne
2018-02-05
Constants which can go into .rodata
Theo de Raadt
2018-02-05
Do not bother NULLing pointers in memory that is freed immediately after.
Joel Sing
2018-02-05
Be consistent with the goto label names used in libtls code.
Joel Sing
2018-02-03
Simple USBPcap parser for tcpdump(8). Raw dumps can be nicely analysed
Martin Pieuchot
2018-01-30
keep in sync with ld.so malloc.c
Otto Moerbeek
2018-01-30
word fix; from edgar pettijohn
Jason McIntyre
2018-01-28
- An error in the multithreaded case could print the wrong function name
Otto Moerbeek
2018-01-28
Initialize variables to avoid compiler warnings
Kinichiro Inoguchi
2018-01-27
Complete the TLS extension handling rewrite for the server-side.
Joel Sing
2018-01-27
Clarify the comment re the F5 EC curves extension bug.
Joel Sing
2018-01-27
Convert ssl3_put_cipher_by_char() to CBB.
Joel Sing
2018-01-26
- do not junk pages returned by free_bytes(), all freed chunks are already
Otto Moerbeek
[next]