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-10
unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to
Joel Sing
2015-02-10
Remove old interesting but not useful content.
Joel Sing
2015-02-10
unifdef OPENSSL_NO_RC5
Joel Sing
2015-02-10
Remove RC5 code - this is not currently enabled and is not likely to ever
Joel Sing
2015-02-10
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
Joel Sing
2015-02-10
Remove crypto/store - part of which is "currently highly experimental".
Joel Sing
2015-02-10
EVP_BytesToKey(): return through the error path (which cleans things up)
Miod Vallat
2015-02-10
Replace assert() and OPENSSL_assert() calls with proper error return paths.
Miod Vallat
2015-02-10
Remove default value initialisers for ASN1_ITEM. Minor changes to generated
Joel Sing
2015-02-10
Remove unnecessary include of assert.h
Miod Vallat
2015-02-10
Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy
Miod Vallat
2015-02-10
Expand IMPLEMENT_ASN1_TYPE macros - no change to generated assembly.
Joel Sing
2015-02-10
The IMPLEMENT_STACK_OF and IMPLEMENT_ASN1_SET_OF macros were turned into
Joel Sing
2015-02-10
Place the IMPLEMENT_ASN1_.*FUNCTION.* macros under an #ifndef
Joel Sing
2015-02-10
Add a stub option for big_writes. This is needed by gvfs.
Antoine Jacoutot
2015-02-10
Expand IMPLEMENT_ASN1_NDEF_FUNCTION and IMPLEMENT_ASN1_PRINT_FUNCTION
Joel Sing
2015-02-10
Expand IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname macros that got missed.
Joel Sing
2015-02-10
move scheck.c into zic.c
Ted Unangst
2015-02-10
Expand the IMPLEMENT_ASN1_ALLOC_FUNCTIONS macro so that the code is visible
Joel Sing
2015-02-10
Manually expand ASN1_ITEM_rptr macros that should have been expanded with
Joel Sing
2015-02-10
Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_DUP_FUNCTION macro so that the code is visible
Joel Sing
2015-02-10
Expand the IMPLEMENT_ASN1_FUNCTIONS_{const,fname,name} macros so that the
Joel Sing
2015-02-10
now we're cooking with gas...
Ted Unangst
2015-02-10
matthew suggests a double cast so sf mortgages work right. :)
Ted Unangst
2015-02-10
remove CMU gtime
Ted Unangst
2015-02-09
typo
Miod Vallat
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2015-02-09
Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and
Joel Sing
2015-02-09
it is not strictly necessary to cast the "return value" of free() to void.
Ted Unangst
2015-02-09
- register int idays; /* unsigned would be so 2003 */
Ted Unangst
2015-02-09
always define ALL_STATE (which, contrary to the name is not about all
Ted Unangst
2015-02-09
the one true type of time_t is a signed integer
Ted Unangst
2015-02-09
remove INITIALIZE macro and do it the hard way.
Ted Unangst
2015-02-09
unifdef the rest of the HAVEs and HAVE nots
Ted Unangst
2015-02-09
unifdef have gettext. don't have it, won't have it.
Ted Unangst
2015-02-09
move include lines around a bit
Ted Unangst
2015-02-09
trim down some of the ifndef redefine madness
Ted Unangst
2015-02-09
replace homegrown is_digit with correct calls to isdigit()
Ted Unangst
2015-02-09
move zic and zdump source to appropriate directories
Ted Unangst
2015-02-09
stop trying to workaround malloc bugs that have not existed for 20 years.
Ted Unangst
2015-02-09
search engines replaced these files a long TIME ago
Theo de Raadt
2015-02-09
Jettison SCTP support in BIO dgram.
Joel Sing
2015-02-09
Jettison DTLS over SCTP.
Joel Sing
2015-02-09
if isascii isn't defined, don't define a retarded version
Ted Unangst
2015-02-09
When parsing the host in tls_connect(), first check if it is a numeric
Reyk Floeter
2015-02-09
greatly simplfy and correct difftime for large time_t. ok guenther
Ted Unangst
2015-02-09
this removes just a few ifdef checks for things that should always be enabled,
Ted Unangst
[next]