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-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2015-02-09
Jettison SCTP support in BIO dgram.
Joel Sing
2015-02-09
Jettison DTLS over SCTP.
Joel Sing
2015-02-09
Return NULL when there are no shared ciphers.
Doug Hogan
2015-02-09
This is neither code not proper documentation.
Miod Vallat
2015-02-09
Remove unused GOST test that prevents clang from building libcrypto.
Doug Hogan
2015-02-08
Use `> 0' instead of `!= 0' as a successful condition for
Miod Vallat
2015-02-08
Move a few typedef up in this file in order to be able to use them in env_md_st
Miod Vallat
2015-02-08
Check memory allocation results in EVP_PBE_alg_add_type().
Miod Vallat
2015-02-08
Check memory allocation results, as well as stack pushes.
Miod Vallat
2015-02-08
Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 to
Miod Vallat
2015-02-08
Lob a KNF grenade into the ecdsa code.
Joel Sing
2015-02-07
Don't leak addresses in error messages.
Miod Vallat
2015-02-07
Remove useless variables and use the values directly.
Doug Hogan
2015-02-07
Don't support very old versions of Netscape (is there any other kind?).
Doug Hogan
2015-02-07
Delete a lot of #if 0 code in libressl.
Doug Hogan
2015-02-07
Convert several of the server side handshake functions to the new handshake
Joel Sing
2015-02-07
Crank major for libcrypto since symbols have been removed.
Joel Sing
2015-02-07
Don't allow tag number 31 in CBB_add_asn1().
Doug Hogan
2015-02-07
Crank libssl major due to the recent changes and removals.
Joel Sing
2015-02-07
Clean up the {get,put}_cipher_by_char() implementations. Also use
Joel Sing
2015-02-07
Only call free in CBB_init().
Doug Hogan
2015-02-07
Provide a SSL_CIPHER_get_by_value() function that allows a cipher to be
Joel Sing
2015-02-07
Combine c_allc.c and c_alld.c into c_all.c - there is not much point having
Joel Sing
2015-02-07
Fix typo and ASN.1 tag number range comment in bytestring.h.
Doug Hogan
2015-02-06
KNF bytestring files.
Doug Hogan
2015-02-06
Remove accidental, commented out code.
Doug Hogan
2015-02-06
Unifdef NETSCAPE_HANG_BUG.
Joel Sing
2015-02-06
Add additional checks to ssl3_send_client_key_exchange() that ensures
Joel Sing
2015-02-06
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
Doug Hogan
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
[next]