index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509v3
/
v3_alt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove magic number
FdaSilvaYY
2017-11-13
1
-1
/
+2
*
Simplify the stack reservation
Paul Yang
2017-10-26
1
-6
/
+6
*
Use more pre-allocation
FdaSilvaYY
2017-10-03
1
-22
/
+36
*
Trivial bounds checking.
Pauli
2017-07-07
1
-3
/
+4
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-3
/
+2
*
Fix a bundle of trailing spaces in several files
Paul Yang
2017-06-09
1
-1
/
+1
*
Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAME
Matt Caswell
2017-05-02
1
-11
/
+21
*
Few nit's
FdaSilvaYY
2017-01-25
1
-3
/
+4
*
Fix irregularities in GENERAL_NAME_print().
Tomas Mraz
2016-08-06
1
-2
/
+2
*
Constify input buffers of some X509V3 and X509_PURPOSE -related methods
FdaSilvaYY
2016-06-15
1
-5
/
+5
*
Specify array sizes
Kurt Roeckx
2016-06-11
1
-1
/
+1
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+5
*
GH769: Reuse strndup()
Dmitry-Me
2016-03-04
1
-3
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Enable -Wmissing-variable-declarations and
Ben Laurie
2015-09-11
1
-0
/
+1
*
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
-16
/
+22
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-6
/
+6
*
do_dirname: Don't change gen on failures
Kurt Roeckx
2015-04-11
1
-8
/
+10
*
Remove old ASN.1 code.
Dr. Stephen Henson
2015-03-23
1
-3
/
+3
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-503
/
+496
*
do_othername: check for NULL after allocating objtmp
Jonas Maebe
2014-08-17
1
-0
/
+2
*
Missing break.
Dr. Stephen Henson
2009-09-01
1
-0
/
+1
*
v3_alt.c: otherName parsing fix.
Andy Polyakov
2009-04-27
1
-0
/
+1
*
Update from 1.0.0-stable
Dr. Stephen Henson
2009-04-08
1
-0
/
+1
*
Updates from 1.0.0-stable
Dr. Stephen Henson
2009-04-04
1
-0
/
+1
*
Update from stable branch.
Dr. Stephen Henson
2008-11-30
1
-1
/
+2
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Type-checked (and modern C compliant) OBJ_bsearch.
Ben Laurie
2008-10-12
1
-8
/
+8
*
Support for certificateIssuer CRL entry extension.
Dr. Stephen Henson
2008-08-18
1
-0
/
+6
*
Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.
Dr. Stephen Henson
2008-03-24
1
-47
/
+69
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
improved error checking and some fixes
Nils Larsch
2005-07-26
1
-1
/
+2
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-10
/
+10
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-2
/
+4
*
Support for name constraints.
Dr. Stephen Henson
2003-03-24
1
-67
/
+104
*
Support for dirName from config files in GeneralName extensions.
Dr. Stephen Henson
2003-02-27
1
-0
/
+32
*
IPv6 display and input support for extensions usingh GeneralName.
Dr. Stephen Henson
2003-02-05
1
-23
/
+41
*
Initial ASN1 generation code. This can construct
Dr. Stephen Henson
2002-11-12
1
-1
/
+35
*
Make it possible to move the emailAddress object to the subjectAltName
Richard Levitte
2001-04-11
1
-3
/
+11
*
Fix bug in copy_email() which would not
Dr. Stephen Henson
2001-03-01
1
-1
/
+1
*
Initial support for ASN1_ITEM_FUNCTION option to
Dr. Stephen Henson
2001-02-23
1
-2
/
+2
*
Add OCSP service locator extension.
Dr. Stephen Henson
2000-12-16
1
-4
/
+3
*
New function X509V3_extensions_print() this removes extension duplication
Dr. Stephen Henson
2000-12-14
1
-0
/
+54
*
Rewrite the extension code to use an ASN1_ITEM structure
Dr. Stephen Henson
2000-12-13
1
-12
/
+7
*
Merge from the ASN1 branch of new ASN1 code
Dr. Stephen Henson
2000-12-08
1
-14
/
+14
*
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte
2000-09-17
1
-3
/
+3
*
Modify the X509 V3 extension lookup code.
Dr. Stephen Henson
1999-12-01
1
-1
/
+0
*
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
Dr. Stephen Henson
1999-10-20
1
-4
/
+4
*
Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change the
Dr. Stephen Henson
1999-06-22
1
-12
/
+12
[next]