index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
a_object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-15
/
+5
*
ASN1: Ensure that d2i_ASN1_OBJECT() frees the strings on ASN1_OBJECT reuse
Richard Levitte
2021-04-27
1
-5
/
+8
*
crypto: raise error on malloc failure
FdaSilvaYY
2021-04-14
1
-1
/
+3
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Check for integer overflow in i2a_ASN1_OBJECT and error out if found.
Pauli
2021-04-07
1
-3
/
+9
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
1
-3
/
+3
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-14
/
+13
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/asn1/
Richard Levitte
2018-12-06
1
-1
/
+1
*
i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a buffer
Richard Levitte
2018-08-11
1
-4
/
+15
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-07
1
-2
/
+2
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-14
/
+14
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-3
/
+3
*
Consolidate to a single asn1_time_from_tm() function
Todd Short
2017-08-04
1
-1
/
+2
*
Check for errors in a2d_ASN1_OBJECT()
Dr. Stephen Henson
2016-08-16
1
-2
/
+6
*
Check for overlows and error return from ASN1_object_size()
Dr. Stephen Henson
2016-08-02
1
-1
/
+1
*
Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.
FdaSilvaYY
2016-07-25
1
-3
/
+3
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-4
/
+4
*
Return shared OIDs when decoding.
Dr. Stephen Henson
2015-09-19
1
-1
/
+24
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-6
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-8
/
+4
*
free NULL cleanup 7
Rich Salz
2015-04-30
1
-4
/
+2
*
free NULL cleanup 8
Rich Salz
2015-04-30
1
-1
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+2
*
Move more internal only functions to asn1_locl.h
Dr. Stephen Henson
2015-03-26
1
-0
/
+1
*
make ASN1_OBJECT opaque
Dr. Stephen Henson
2015-03-24
1
-0
/
+1
*
Remove obsolete IMPLEMENT_ASN1_SET_OF
Dr. Stephen Henson
2015-02-09
1
-2
/
+0
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-318
/
+304
*
Fix OID handling:
Emilia Kasper
2014-08-06
1
-9
/
+21
*
More diagnostics for invalid OIDs.
Ben Laurie
2013-09-20
1
-1
/
+5
*
PR: 2556 (partial)
Dr. Stephen Henson
2011-07-14
1
-2
/
+2
*
correctly encode OIDs near 2^32
Dr. Stephen Henson
2011-06-22
1
-1
/
+1
*
The OID sanity check was incorrect. It should only disallow *leading* 0x80
Dr. Stephen Henson
2010-03-07
1
-3
/
+3
*
Reject leading 0x80 in OID subidentifiers.
Dr. Stephen Henson
2009-08-06
1
-0
/
+11
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-18
/
+15
*
size_tification.
Ben Laurie
2008-11-01
1
-15
/
+18
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-0
/
+1
*
Addenum to "Constify obj_dat.[ch]."
Andy Polyakov
2007-09-18
1
-7
/
+15
*
fix problems found by coverity: remove useless code
Nils Larsch
2006-03-15
1
-2
/
+0
*
Print out <INVALID> if an OID value is invalid.
Dr. Stephen Henson
2006-02-21
1
-0
/
+2
*
Update from stable branch.
Dr. Stephen Henson
2005-12-05
1
-1
/
+1
[next]