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
2015-02-06
Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.
Joel Sing
2015-02-06
Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().
Reyk Floeter
2015-02-05
Declare the x509_(mem|file|dir)_lookup symbols as static because they
Reyk Floeter
2015-01-28
Fix a number of issues relating to algorithms in signatures, Mostly
Bob Beck
2015-01-26
Add AEAD as a "MAC alias" so that it is possible to identify/select ciphers
Joel Sing
2015-01-23
Ensure that a ServerKeyExchange message is received if the selected cipher
Joel Sing
2015-01-22
Use field names in struct initialisers.
Joel Sing
2015-01-22
Support CA verification in chroot'ed processes without direct file
Reyk Floeter
2015-01-22
Add X509_STORE_load_mem() to load certificates from a memory buffer
Reyk Floeter
2015-01-22
Assume that the size of a pointer will not change at runtime.
Brent Cook
2015-01-21
Fix DTLS memory leak (CVE-2015-0206).
Doug Hogan
2015-01-19
Add arc4random/getentropy shims for NetBSD.
Brent Cook
2015-01-15
back in september I did the large abstraction refactoring to allow these
Theo de Raadt
2015-01-12
Fix a memory leak in bss_dgram.
Doug Hogan
2015-01-08
Avoid a double-free in an error path.
Doug Hogan
2015-01-07
mix in more virtual memory and process information
Brent Cook
2015-01-06
add initial HP-UX getentropy/arc4random support.
Brent Cook
2015-01-03
Fix incorrect OPENSSL_assert() usage.
Doug Hogan
2014-12-29
don't leak timing info about padding errors by generating a fake key
Ted Unangst
2014-12-16
Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of
Miod Vallat
2014-12-15
Add error handling for EVP_DigestInit_ex().
Doug Hogan
2014-12-14
unconditionally align SSL payloads
Brent Cook
2014-12-14
Convert all of the straight forward client handshake handling code to use
Joel Sing
2014-12-14
Provide functions for starting, finishing and writing SSL handshake
Joel Sing
2014-12-14
Remove trailing whitespace.
Joel Sing
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef
Joel Sing
2014-12-14
unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently
Joel Sing
2014-12-10
ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn
Joel Sing
2014-12-10
Remove support for GOST R 34.10-94 signature authentication, along with
Joel Sing
2014-12-10
libssl major++
Joel Sing
2014-12-10
Add support for ALPN.
Joel Sing
2014-12-10
add stdint.h to ssl.h.
Brent Cook
2014-12-08
Use platform-defined method of printing a pointer.
Brent Cook
2014-12-07
Make GOST compile with a strict C compiler - in this case incrementing a
Joel Sing
2014-12-07
Correctly output the result in STREEBOG512_Final() when running on a big-endian
Miod Vallat
2014-12-07
Make sure to load absolute symbol address with `dla' instead of `la' when
Miod Vallat
2014-12-07
Revert to the use of C code for the basic BN routines (bn_add_words,
Miod Vallat
2014-12-07
Remove OPENSSL_FIPSCANISTER mentions.
Miod Vallat
2014-12-07
Remove get_optional_pkey_id() - it is a hack that existed due to GOST
Joel Sing
2014-12-06
fix manual names that clash with other manuals
Ingo Schwarze
2014-12-06
Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.
Doug Hogan
2014-12-06
Remove now bogus comment that got missed in the GOST commit.
Joel Sing
2014-12-06
Fix some horrible style(9) violations...
Joel Sing
2014-12-06
Remove client handling of RSA in ServerKeyExchange messages, along with
Joel Sing
2014-12-06
Use appropriate internal types for EC curves and formats, rather than
Joel Sing
2014-12-06
Ensure that the client specified EC curve list length is a multiple of two.
Joel Sing
2014-12-06
Fix two cases where it is possible to read one or two bytes past the end of
Joel Sing
2014-12-04
add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5)
Ingo Schwarze
2014-12-03
Move Windows OS-specific functions to make porting easier.
Brent Cook
2014-12-03
We're not supporting 16-bit Windows, remove cast.
Brent Cook
[next]