index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
asn1_par.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Memory bounds checking in asn1 code.
Pauli
2017-07-06
1
-10
/
+10
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-4
/
+4
*
Fix 0 -> NULL, indentation
FdaSilvaYY
2017-03-28
1
-2
/
+2
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
Avoid creating an illegal pointer.
Kurt Roeckx
2016-06-11
1
-2
/
+1
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Bugfix: in asn1parse avoid erroneous len after a sub-sequence
Viktor Dukhovni
2016-04-14
1
-3
/
+4
*
Fix buffer overrun in ASN1_parse().
Ben Laurie
2016-03-30
1
-4
/
+13
*
use consistent error messages
Dr. Stephen Henson
2016-02-11
1
-4
/
+4
*
Print out bad content octets.
Dr. Stephen Henson
2016-02-11
1
-2
/
+18
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix uninitialised p error.
Dr. Stephen Henson
2015-11-24
1
-1
/
+1
*
Limit depth of ASN1 parse printing.
Dr. Stephen Henson
2015-11-24
1
-0
/
+9
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup
Rich Salz
2015-03-24
1
-8
/
+4
*
Remove {i2d,d2i}_ASN1_BOOLEAN
Dr. Stephen Henson
2015-03-23
1
-6
/
+2
*
Remove old ASN.1 code.
Dr. Stephen Henson
2015-03-23
1
-4
/
+4
*
Fix wrong numbers being passed as string lengths
Dmitry-Me
2015-03-09
1
-1
/
+1
*
Dead code removal: #if 0 asn1, pkcs7
Rich Salz
2015-01-30
1
-4
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-354
/
+314
*
Fix strange formatting by indent
Matt Caswell
2015-01-22
1
-8
/
+16
*
RT3543: Remove #ifdef LINT
Rich Salz
2014-12-10
1
-3
/
+0
*
PR: 2056
Dr. Stephen Henson
2009-10-01
1
-1
/
+1
*
Print out UTF8 and NumericString types in ASN1 parsing utility.
Dr. Stephen Henson
2009-01-28
1
-0
/
+2
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-14
/
+12
*
size_tification.
Ben Laurie
2008-11-01
1
-12
/
+14
*
Bunch of constifications.
Andy Polyakov
2007-10-13
1
-1
/
+1
*
fix problems found by coverity: remove useless code
Nils Larsch
2006-03-15
1
-10
/
+3
*
In ASN1_parse() show tag value for ASN1 tags > 30.
Dr. Stephen Henson
2006-01-03
1
-1
/
+4
*
fix warnings when building openssl with the following compiler options:
Nils Larsch
2005-08-29
1
-1
/
+1
*
some const fixes and cleanup
Nils Larsch
2005-04-05
1
-4
/
+5
*
Constify d2i, s2i, c2i and r2i functions and other associated
Richard Levitte
2004-03-16
1
-5
/
+5
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-3
/
+3
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-6
/
+1
*
AES cipher suites are now official (RFC3268)
Bodo Möller
2002-07-04
1
-6
/
+26
*
Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com).
Dr. Stephen Henson
2000-08-04
1
-2
/
+2
*
Add the possibility to get hexdumps of unprintable data when using
Richard Levitte
2000-07-27
1
-5
/
+43
*
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
Dr. Stephen Henson
1999-10-20
1
-4
/
+4
*
Fix for bug in pkcs12 program and typo in ASN1_tag2str().
Dr. Stephen Henson
1999-10-05
1
-1
/
+1
*
New function to convert ASN1 tag values to strings. Also fix typo in asn1.h
Dr. Stephen Henson
1999-09-07
1
-48
/
+22
*
Don't include x509.h when we just need asn1.h
Bodo Möller
1999-07-24
1
-1
/
+1
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-6
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-3
/
+3
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-18
/
+5
*
Allow asn1parse to print out VISIBLESTRING and some code needed for certificate
Dr. Stephen Henson
1999-04-18
1
-2
/
+3
*
Massive constification.
Ben Laurie
1999-04-17
1
-3
/
+4
*
Support for ASN1 ENUMERATED type. This copies and duplicates the ASN1_INTEGER
Dr. Stephen Henson
1999-02-09
1
-0
/
+34
*
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall
1998-12-21
1
-1
/
+2
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-2
/
+8
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+387