index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509
/
x_name.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-10
/
+10
*
Ignore unused return values from some sk_*() macros
Matt Caswell
2020-09-13
1
-1
/
+1
*
Fix safestack issues in asn1t.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-3
/
+3
*
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
-3
/
+3
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-11
/
+16
*
Following the license change, modify the boilerplates in crypto/x509/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Restore check of |*xn| against |name| in X509_NAME_set
Richard Levitte
2018-05-20
1
-0
/
+2
*
Update copyright year
Matt Caswell
2018-05-01
1
-1
/
+1
*
X509: add more error codes on malloc or sk_TYP_push failure
FdaSilvaYY
2018-04-24
1
-10
/
+18
*
Fix error handling/cleanup
Rich Salz
2017-09-07
1
-13
/
+5
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-21
/
+13
*
Combined patch against master branch for the following issues:
Bernd Edlinger
2017-02-03
1
-30
/
+20
*
Fix X509_NAME decode for malloc failures.
Dr. Stephen Henson
2016-10-11
1
-17
/
+20
*
Constify some X509_NAME, ASN1 printing code
FdaSilvaYY
2016-08-23
1
-2
/
+2
*
Make X509_NAME_get0_der() conform to OpenSSL style
Matt Caswell
2016-08-17
1
-2
/
+2
*
Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...
FdaSilvaYY
2016-07-25
1
-2
/
+2
*
Cleanup after sk_push fail
mrpre
2016-07-19
1
-1
/
+17
*
Missing NULL check on OBJ_dup result in x509_name_canon
FdaSilvaYY
2016-06-18
1
-0
/
+2
*
Avoid creating an illegal pointer
Kurt Roeckx
2016-06-11
1
-2
/
+2
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix name length limit check.
Dr. Stephen Henson
2016-05-04
1
-4
/
+2
*
Add size limit to X509_NAME structure.
Dr. Stephen Henson
2016-04-29
1
-0
/
+11
*
The x509_name_canon function doesn't check for an error return
Matt Caswell
2016-04-29
1
-2
/
+5
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Add function to return internal enoding of X509_NAME.
Dr. Stephen Henson
2016-01-30
1
-0
/
+13
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Only declare stacks in headers
Dr. Stephen Henson
2016-01-07
1
-3
/
+1
*
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Dr. Stephen Henson
2016-01-07
1
-1
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
Fix path in comments
Dr. Stephen Henson
2015-09-22
1
-1
/
+1
*
Move functions.
Dr. Stephen Henson
2015-09-22
1
-0
/
+56
*
Enable -Wmissing-variable-declarations and
Ben Laurie
2015-09-11
1
-3
/
+3
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-3
/
+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
-2
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+3
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-9
/
+6
*
make X509_NAME opaque
Dr. Stephen Henson
2015-03-25
1
-0
/
+524