index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509v3
/
v3_crld.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Join the x509 and x509v3 directories
Richard Levitte
2019-05-29
1
-508
/
+0
*
remove needless empty lines when printing certificates
David von Oheimb
2019-03-18
1
-2
/
+4
*
Following the license change, modify the boilerplates in crypto/x509v3/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Simplify the stack reservation
Paul Yang
2017-10-26
1
-2
/
+2
*
Use more pre-allocation
FdaSilvaYY
2017-10-03
1
-13
/
+10
*
Don't leak memory on set_reasons() error path
Matt Caswell
2016-06-01
1
-3
/
+3
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-6
/
+6
*
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
-5
/
+6
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-10
/
+11
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-4
/
+2
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-4
/
+2
*
make X509_NAME opaque
Dr. Stephen Henson
2015-03-25
1
-0
/
+2
*
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
-497
/
+443
*
Updates from 1.0.0-stable branch.
Dr. Stephen Henson
2009-04-20
1
-1
/
+1
*
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
-15
/
+16
*
Add support for CRLs partitioned by reason code.
Dr. Stephen Henson
2008-08-29
1
-0
/
+1
*
Add support for freshest CRL extension.
Dr. Stephen Henson
2008-08-27
1
-0
/
+11
*
Add support for nameRelativeToCRLIssuer field in distribution point name
Dr. Stephen Henson
2008-08-04
1
-3
/
+54
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-2
/
+2
*
Add support for setting IDP too.
Dr. Stephen Henson
2005-07-26
1
-7
/
+72
*
Don't use @syntax for extended CRLDP format.
Dr. Stephen Henson
2005-07-25
1
-2
/
+2
*
Allow setting of all fields in CRLDP. Few cosmetic changes to output.
Dr. Stephen Henson
2005-07-25
1
-64
/
+273
*
Print out previously unsupported fields in CRLDP by i2r instead of i2v.
Dr. Stephen Henson
2005-07-24
1
-34
/
+41
*
Initial print only support for IDP CRL extension.
Dr. Stephen Henson
2005-07-24
1
-1
/
+110
*
Give CRLDP its standard name.
Dr. Stephen Henson
2003-11-20
1
-1
/
+1
*
Get rid of ASN1_ITEM_FUNCTIONS dummy function
Dr. Stephen Henson
2001-02-23
1
-3
/
+3
*
Initial support for ASN1_ITEM_FUNCTION option to
Dr. Stephen Henson
2001-02-23
1
-1
/
+1
*
Update OCSP API.
Dr. Stephen Henson
2001-01-04
1
-1
/
+1
*
Rewrite the extension code to use an ASN1_ITEM structure
Dr. Stephen Henson
2000-12-13
1
-7
/
+5
*
Merge from the ASN1 branch of new ASN1 code
Dr. Stephen Henson
2000-12-08
1
-145
/
+24
*
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte
2000-09-17
1
-1
/
+1
*
Don't dereference NULL pointers.
Bodo Möller
2000-07-02
1
-2
/
+2
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
Seek out and destroy another evil cast.
Ulf Möller
2000-01-31
1
-2
/
+2
*
#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
Dr. Stephen Henson
2000-01-07
1
-5
/
+7
*
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
Dr. Stephen Henson
1999-10-20
1
-1
/
+1
*
Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change the
Dr. Stephen Henson
1999-06-22
1
-2
/
+2
*
Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). It
Dr. Stephen Henson
1999-06-21
1
-8
/
+8
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-7
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-4
/
+4
*
Suppport for CRL distribution points extension. Also document some of
Dr. Stephen Henson
1999-04-21
1
-0
/
+290