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-10-25
Remove last vestige of SSL_OP_NO_SSLv3 support.
Doug Hogan
2015-10-25
Simplify ssl23_get_client_hello error handling.
Doug Hogan
2015-10-22
Another change that is needed to restore the previous behaviour of
Joel Sing
2015-10-22
Restore previous behaviour and allow
Joel Sing
2015-10-21
Reject too small bits value in BN_generate_prime_ex(), so that it does not risk
Miod Vallat
2015-10-21
In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code
Joel Sing
2015-10-20
Lob a style(9) grenade in here.
Joel Sing
2015-10-19
free rbio before wbio
Bob Beck
2015-10-19
Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
Bob Beck
2015-10-16
Remove pointless externs - the structs are declared in the same files a
Joel Sing
2015-10-16
Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const
Joel Sing
2015-10-16
Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.
Joel Sing
2015-10-16
Fix use of pointer value after BIO_free, and remove senseless NULL checks.
Bob Beck
2015-10-16
actually include the prerequisite dependency for BIO instead of doing nastyness
Bob Beck
2015-10-14
better fix for overrun reported by Qualys Security.
Ted Unangst
2015-10-14
Bail out early if we have no buf_len
Bob Beck
2015-10-14
fix a memory leak reported by Qualys Security.
Ted Unangst
2015-10-14
Ensure we don't write a 0 byte past end of the buffer in the error case.
Bob Beck
2015-10-14
Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.
Reyk Floeter
2015-10-13
Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2015-10-13
Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an
Joel Sing
2015-10-13
Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros to
Joel Sing
2015-10-13
Group d2i/i2d function prototypes by type and add missing externs for the
Joel Sing
2015-10-12
unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; that
Philip Guenther
2015-10-08
Rip the guts out of another gibbering horror of a time comparison function, and
Bob Beck
2015-10-08
revert previous accidental commit
Bob Beck
2015-10-08
Spelling in comment
Bob Beck
2015-10-07
include <sys/time.h> for gettimeofday(2)
Brent Cook
2015-10-06
prefer limits.h over sys/limits.h
Brent Cook
2015-10-05
Make sure dot is not set after tz - fixes incorrect handling, which allows
Joel Sing
2015-10-04
Apply some style(9), tweak a few things for readability and add some
Joel Sing
2015-10-03
SSL_new(): fix ref counting and memory leak in error path.
Doug Hogan
2015-10-02
Flense the greasy black guts of unreadble string parsing code out of three areas
Bob Beck
2015-10-02
s/ssl3_client_kex/ssl3_send_client_kex/ for consistency with the caller.
Joel Sing
2015-09-30
Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2015-09-30
Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly,
Joel Sing
2015-09-30
s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/
Joel Sing
2015-09-30
Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new).
Joel Sing
2015-09-30
Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new).
Joel Sing
2015-09-30
Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free).
Joel Sing
2015-09-30
Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same
Joel Sing
2015-09-30
Replace M_ASN1_GENERALIZEDTIME_(new|free) with
Joel Sing
2015-09-30
s/M_ASN1_TIME_free/ASN1_TIME_free/
Joel Sing
2015-09-30
Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is
Joel Sing
2015-09-30
Remove unnecessary type assignments - M_ASN1_INTEGER_new() already sets
Joel Sing
2015-09-30
fix two typos.
Igor Sobrado
2015-09-30
Remove support for NO_ASN1_TYPEDEFS.
Doug Hogan
2015-09-29
convert "last_time" to a time_t, to handle beyond Y2038
Theo de Raadt
2015-09-29
Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to
Joel Sing
2015-09-28
remove excessive brackets on pointer math
Theo de Raadt
[next]