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
/
x509
/
x509_att.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-13
/
+21
*
x509_att.c: improve error checking and reporting and coding style
Dr. David von Oheimb
2022-08-24
1
-38
/
+58
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
x509: fix coverity 1474470: NULL pointer dereference
Pauli
2021-03-30
1
-1
/
+1
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-2
/
+22
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-3
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-9
/
+8
*
Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTE
Akshit Akhoury
2020-10-15
1
-1
/
+1
*
Fix safestack issues in asn1.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+3
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_data
Bernd Edlinger
2019-07-02
1
-1
/
+3
*
Following the license change, modify the boilerplates in crypto/x509/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-18
/
+18
*
Use safestack.h exclusively internally.
Pauli
2017-09-28
1
-2
/
+2
*
Add -Wundef to --strict-warnings options.
Bernd Edlinger
2017-02-24
1
-1
/
+1
*
Few nit's
FdaSilvaYY
2017-01-25
1
-2
/
+2
*
Constify some ASN1_OBJECT *obj input parameters
FdaSilvaYY
2016-08-04
1
-4
/
+3
*
Constify input parameters of methods :
FdaSilvaYY
2016-07-25
1
-1
/
+1
*
Fix an error path leak in int X509_ATTRIBUTE_set1_data()
Matt Caswell
2016-06-10
1
-3
/
+9
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix some missing OBJ_dup failure checks.
FdaSilvaYY
2016-05-16
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-2
/
+2
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-4
/
+2
*
Remove X509_ATTRIBUTE hack.
Dr. Stephen Henson
2015-03-25
1
-15
/
+5
*
Make X509_ATTRIBUTE opaque.
Dr. Stephen Henson
2015-03-16
1
-0
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-219
/
+244
*
Update from stable branch.
Dr. Stephen Henson
2008-06-26
1
-2
/
+8
*
Fix from stable branch.
Dr. Stephen Henson
2008-05-30
1
-1
/
+1
*
And so it begins...
Dr. Stephen Henson
2008-03-12
1
-2
/
+1
*
Fix typo and avoid warning.
Dr. Stephen Henson
2008-02-28
1
-2
/
+2
*
Typo.
Dr. Stephen Henson
2008-02-12
1
-1
/
+1
*
Utility attribute function to retrieve attribute data from an expected
Dr. Stephen Henson
2008-02-11
1
-0
/
+16
*
Extend attribute setting routines to support non-string types.
Dr. Stephen Henson
2008-02-11
1
-2
/
+8
*
improved error checking and some fixes
Nils Larsch
2005-07-26
1
-2
/
+8
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-1
/
+1
*
Add support for MS CSP Name PKCS#12 attribute.
Dr. Stephen Henson
2001-06-11
1
-10
/
+10
*
Merge from the ASN1 branch of new ASN1 code
Dr. Stephen Henson
2000-12-08
1
-3
/
+3
*
Rename functions for new convention.
Dr. Stephen Henson
2000-02-26
1
-18
/
+18
*
Finish off the X509_ATTRIBUTE string stuff.
Dr. Stephen Henson
2000-01-20
1
-6
/
+4
*
Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.
Dr. Stephen Henson
2000-01-19
1
-13
/
+68
*
More X509_ATTRIBUTE changes.
Dr. Stephen Henson
2000-01-07
1
-6
/
+21
*
Initial automation changes to 'req' and X509_ATTRIBUTE functions.
Dr. Stephen Henson
2000-01-06
1
-0
/
+258