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
/
libcrypto
/
asn1
/
a_mbstr.c
Age
Commit message (
Expand
)
Author
2021-12-25
Indent goto labels for diffability.
Joel Sing
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-07-16
Explicitely cast a char into unsigned long before shifting it left by 24, for
Miod Vallat
2014-10-12
Paranoia: in ASN1_mbstring_ncopy(), check for len < 0 instead of len == -1,
Miod Vallat
2014-09-21
Fix a memory leak in the error path in ASN1_mbstring_ncopy().
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-20
Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byte
Philip Guenther
2014-04-26
Replace all use of ERR_add_error_data with ERR_asprintf_error_data.
Bob Beck
2014-04-19
More KNF.
Joel Sing
2014-04-19
We'll interpret a (void) cast on snprintf() to mean it's been verified that
Philip Guenther
2014-04-18
More KNF.
Joel Sing
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity
Bob Beck
2014-04-15
Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions
Bob Beck
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2004-04-08
merge 0.9.7d
Markus Friedl
2003-11-11
merge 0.9.7c; minor bugsfixes;
Markus Friedl
2003-04-05
Trivial sprintf() -> snprintf() changes. ok deraadt@
Hakan Olsson
2000-12-15
openssl-engine-0.9.6 merge
Bob Beck
2000-03-19
import openssl-0.9.7-beta1
Bob Beck