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
/
libssl
Age
Commit message (
Expand
)
Author
2015-06-13
Split up the logic in CBB_flush to separately handle the lengths.
Doug Hogan
2015-06-13
Explain the ASN.1 restriction that requires extra logic for encoding.
Doug Hogan
2015-06-13
When initial capacity is 0, always use NULL buffer.
Doug Hogan
2015-06-13
Add comments about how the CBS constants are constructed.
Doug Hogan
2015-06-13
Reject long-form tags in CBS_peek_asn1_tag.
Doug Hogan
2015-06-13
Fix bad indenting in LibreSSL.
Doug Hogan
2015-06-11
Avoid an infinite loop that can occur when verifying a message with an
Joel Sing
2015-06-11
Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing
Joel Sing
2015-06-11
Avoid an infinite loop that can be triggered by parsing an ASN.1
Joel Sing
2015-06-05
Fix library search path so we link against the freshly built libcrypto.so
Tobias Ulmer
2015-05-26
Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib
Miod Vallat
2015-05-26
Add OPENSSL_NO_EGD to opensslfeatures.h.
Brent Cook
2015-05-25
Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using
Philip Guenther
2015-05-24
Maximilian dot Fillinger at uni-duesseldorf dot de
Ingo Schwarze
2015-05-23
bump to version 2.2
Brent Cook
2015-05-20
No need to check the return value of memcpy() if you actually checked this
Miod Vallat
2015-05-17
*** empty log message ***
Mark Kettenis
2015-05-15
Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.
Jonathan Gray
2015-04-30
use strdup() to init string
Theo de Raadt
2015-04-29
Add whitespace and replace OPENSSL_free with free in documentation.
Doug Hogan
2015-04-29
Call CBB_add_space() rather than reimplementing it.
Doug Hogan
2015-04-29
Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.
Doug Hogan
2015-04-29
Added len_len error checking for internal cbb_buffer_add_u().
Doug Hogan
2015-04-29
Call CBS_mem_equal() rather than reimplementing it.
Doug Hogan
2015-04-29
Avoid NULL deref in CBS_get_any_asn1_element().
Doug Hogan
2015-04-29
Added error checking for len argument in cbs_get_u().
Doug Hogan
2015-04-29
free() can handle NULL.
Doug Hogan
2015-04-29
Add missing BN_CTX_end() calls.
Doug Hogan
2015-04-25
Don't ignore the reference count in X509_STORE_free.
Doug Hogan
2015-04-25
Check for invalid leading zeros in CBS_get_asn1_uint64.
Doug Hogan
2015-04-23
Do not need to buf[0] = 0 before strlcpy(buf, ...
Theo de Raadt
2015-04-15
Clean up the ssl_bytes_to_cipher_list() API - rather than having the
Joel Sing
2015-04-12
Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days.
Doug Hogan
2015-04-11
Send OPENSSL_issetugid() straight to hell, no final cigarette.
Theo de Raadt
2015-04-11
Remove all getenv() calls, especially those wrapped by issetugid().
Theo de Raadt
2015-04-06
readdir() is thread-safe when DIR handles aren't shared, so delete the lock.
Philip Guenther
2015-03-31
Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled at
Joel Sing
2015-03-27
Factor out the init_buf initialisation code, rather than duplicating it
Joel Sing
2015-03-27
BUF_MEM_free() has its own explicit NULL check.
Joel Sing
2015-03-21
Fix indentation that incorrectly implies a different control flow.
Doug Hogan
2015-03-20
Fix a memory leak in an error path.
Doug Hogan
2015-03-19
Fix several crash causing defects from OpenSSL.
Ted Unangst
2015-03-15
Avoid a NULL pointer deref when X509_get_pubkey() returns NULL.
Doug Hogan
2015-03-11
delay EVP_MD_CTX_init so we don't forget to clean it up.
Ted Unangst
2015-03-08
Reject DH keys sent by a server if they are considered too small; inspired
Miod Vallat
2015-03-02
Fix a minor information leak that was introduced in t1_lib.c r1.71, whereby
Joel Sing
2015-02-25
Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.
Brent Cook
2012-10-13
import OpenSSL-1.0.1c
Damien Miller
2015-02-25
Fix CVE-2015-0205: Do not accept client authentication with Diffie-Hellman
Brent Cook
2015-02-23
fourth batch of perlpod(1) to mdoc(7) conversion
Ingo Schwarze
[next]