index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509v3
/
v3_cpols.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+1
*
Simplify the stack reservation
Paul Yang
2017-10-26
1
-2
/
+2
*
Use more pre-allocation
FdaSilvaYY
2017-10-03
1
-10
/
+13
*
explicitText encoding
Marek Klein
2017-04-20
1
-4
/
+45
*
Fixed a crash in print_notice.
Bernd Edlinger
2017-03-15
1
-3
/
+9
*
Fix a crash with malformed user notice policy numbers
Bernd Edlinger
2017-02-05
1
-1
/
+1
*
Constify input buffers of some X509V3 and X509_PURPOSE -related methods
FdaSilvaYY
2016-06-15
1
-2
/
+2
*
Don't leak memory from notice_section function on error path
Matt Caswell
2016-06-01
1
-0
/
+1
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Free an ASN1_OBJECT in an error path
Matt Caswell
2016-04-28
1
-0
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-0
/
+4
*
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
-15
/
+17
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-5
/
+5
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-4
/
+4
*
Remove old ASN.1 code.
Dr. Stephen Henson
2015-03-23
1
-2
/
+2
*
Fix missing return checks in v3_cpols.c
Matt Caswell
2015-03-12
1
-4
/
+12
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-5
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-321
/
+343
*
Updates from 1.0.0-stable.
Dr. Stephen Henson
2009-04-15
1
-0
/
+1
*
PR: 1864
Dr. Stephen Henson
2009-03-14
1
-1
/
+8
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Support for policy mappings extension.
Dr. Stephen Henson
2008-08-12
1
-1
/
+1
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
fix potential memory leak + improved error checking
Nils Larsch
2005-08-05
1
-0
/
+9
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-1
/
+1
*
New function X509_POLICY_NODE_print()
Dr. Stephen Henson
2004-03-31
1
-1
/
+19
*
PR: 627
Dr. Stephen Henson
2003-05-28
1
-12
/
+12
*
Get rid of ASN1_ITEM_FUNCTIONS dummy function
Dr. Stephen Henson
2001-02-23
1
-5
/
+5
*
Initial support for ASN1_ITEM_FUNCTION option to
Dr. Stephen Henson
2001-02-23
1
-1
/
+1
*
Rewrite the extension code to use an ASN1_ITEM structure
Dr. Stephen Henson
2000-12-13
1
-7
/
+4
*
Merge from the ASN1 branch of new ASN1 code
Dr. Stephen Henson
2000-12-08
1
-276
/
+41
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-5
/
+5
*
Typesafety Thought Police part 5.
Ben Laurie
2000-05-17
1
-13
/
+18
*
Get rid of more non-ANSI declarations.
Ulf Möller
2000-05-16
1
-2
/
+2
*
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
Dr. Stephen Henson
1999-10-20
1
-7
/
+7
*
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
-21
/
+25
*
Allows PKCS#12 password to be placed on command line and add allow config
Dr. Stephen Henson
1999-05-08
1
-9
/
+14
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-11
/
+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
-12
/
+7
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-75
/
+32
*
Finish off support for Certificate Policies extension.
Dr. Stephen Henson
1999-04-19
1
-1
/
+162
*
Initial support for Certificate Policies extension: print out works but setting
Dr. Stephen Henson
1999-04-19
1
-0
/
+544