index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
x509v3
/
v3_genn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Join the x509 and x509v3 directories
Richard Levitte
2019-05-29
1
-201
/
+0
*
issue-8973: Added const to parameters for values that were not altered
agnosticdev
2019-05-24
1
-2
/
+2
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/x509v3/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix memory leak in GENERAL_NAME_set0_othername.
Xiangyu Bu
2017-10-23
1
-0
/
+1
*
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
-1
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-159
/
+157
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Avoid warnings.
Dr. Stephen Henson
2008-04-01
1
-1
/
+1
*
Signed Receipt Request utility functions and option on CMS utility to
Dr. Stephen Henson
2008-03-26
1
-0
/
+92
*
fix warning
Nils Larsch
2006-02-13
1
-2
/
+2
*
RFC 3161 compliant time stamp request creation, response generation
Ulf Möller
2006-02-13
1
-0
/
+59
*
Get rid of ASN1_ITEM_FUNCTIONS dummy function
Dr. Stephen Henson
2001-02-23
1
-4
/
+4
*
Merge from the ASN1 branch of new ASN1 code
Dr. Stephen Henson
2000-12-08
1
-227
/
+37
*
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte
2000-09-17
1
-1
/
+1
*
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
*
Support for otherName in GeneralName.
Dr. Stephen Henson
1999-11-19
1
-5
/
+59
*
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
Dr. Stephen Henson
1999-10-20
1
-2
/
+2
*
Remove NOPROTO definitions and error code comments.
Ulf Möller
1999-04-26
1
-5
/
+0
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-4
/
+4
*
Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.
Dr. Stephen Henson
1999-04-20
1
-10
/
+15
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-20
/
+9
*
Various changes to make this stuff compile under Win32 and VC++ with and
Dr. Stephen Henson
1999-02-22
1
-6
/
+5
*
Add support for GeneralName and GeneralNames extensions. Also preliminary
Dr. Stephen Henson
1999-02-07
1
-0
/
+249