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-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
2015-09-27
Redo 1.25, without the NULL deref.
Miod Vallat
2015-09-27
bump to 2.3.1
Brent Cook
2015-09-26
Use ASN1_item_dup() instead of ASN1_dup().
Joel Sing
2015-09-26
We don't need no stinking "EXAMPLE OF THE DSA" or README (the credits are
Joel Sing
2015-09-22
typos in documentation; better wording, suggested by jmc@
Igor Sobrado
2003-05-11
import 0.9.7b (without idea and rc5)
Markus Friedl
2015-09-18
avoid void * pointer arithmetic
Brent Cook
2015-09-18
Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") for
Stuart Henderson
2015-09-17
Remove more EVP_sha() SHA-0 references.
Brent Cook
2015-09-17
Re-add missing comma from SHA-0 removal which breaks mlinks generation.
Stuart Henderson
2015-09-17
include stdint.h for uint64_t
Brent Cook
2015-09-14
Add support for disabling certificate and CRL validity checking.
Joel Sing
2015-09-14
delete bogus trailing .Ns from SYNOPSIS .Ft macros
Ingo Schwarze
2015-09-14
fix formatting by adding the required quotes to .Fa in the SYNOPSIS
Ingo Schwarze
2015-09-14
Remove useless quoting from .Fo and .Fn function names, to prevent
Ingo Schwarze
2015-09-14
Temporarily revive MD4 for MS CHAP support.
Doug Hogan
2015-09-13
Crank major version due to removal of SHA-0 and MD4 from libcrypto.
Doug Hogan
2015-09-13
Remove MD4 support from LibreSSL.
Doug Hogan
2015-09-13
Remove SHA-0 support.
Doug Hogan
2015-09-13
Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap and
Miod Vallat
2015-09-13
Handle negative-zero in BN_bn2dec() too, just like in BN_print().
Theo de Raadt
2015-09-13
Reorder functions for readability/consistency.
Joel Sing
2015-09-13
BN does support negative-zero -- BN_print() sets the standard here.
Theo de Raadt
2015-09-13
Only check for key truncation if no KDF function is being used.
Joel Sing
2015-09-13
Stop generating private keys in a network buffer.
Joel Sing
2015-09-13
Use ECDH_size() instead of rolling our own.
Joel Sing
2015-09-13
Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable
Joel Sing
2015-09-13
Merge ech_ossl.c into ech_key.c - not much point having one file with a
Joel Sing
2015-09-13
Nuke openssl/e_os2.h, since nothing should be using it.
Joel Sing
2015-09-13
Provide ECDH_size().
Joel Sing
[prev]
[next]