index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
ca.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
free up sigopts STACK
Dr. Stephen Henson
2010-03-14
1
-0
/
+2
*
clear bogus errors in ca utility
Dr. Stephen Henson
2010-03-14
1
-0
/
+1
*
add -sigopt option to ca utility
Dr. Stephen Henson
2010-03-14
1
-20
/
+42
*
Replace the broken SPKAC certification with the correct version.
Dr. Stephen Henson
2009-12-02
1
-34
/
+2
*
Fix warnings about ignoring fgets return value
Dr. Stephen Henson
2009-10-04
1
-2
/
+12
*
PR: 2013
Dr. Stephen Henson
2009-09-02
1
-1
/
+6
*
Update from 1.0.0-stable
Dr. Stephen Henson
2009-07-27
1
-11
/
+11
*
PR: 1854
Dr. Stephen Henson
2009-03-09
1
-13
/
+8
*
Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possible
Andy Polyakov
2008-12-22
1
-0
/
+4
*
Experimental new date handling routines. These fix issues with X509_time_adj()
Dr. Stephen Henson
2008-10-08
1
-2
/
+2
*
More type-checking.
Ben Laurie
2008-06-04
1
-10
/
+13
*
Avoid case in ca.c fix.
Dr. Stephen Henson
2008-06-02
1
-1
/
+1
*
Revert, doesn't fix warning :-(
Dr. Stephen Henson
2008-06-02
1
-4
/
+1
*
Avoid cast with wrapper function.
Dr. Stephen Henson
2008-06-02
1
-1
/
+4
*
Stop const mismatch warning.
Dr. Stephen Henson
2008-05-31
1
-1
/
+1
*
LHASH revamp. make depend.
Ben Laurie
2008-05-26
1
-4
/
+8
*
Fix some warnings.
Dr. Stephen Henson
2008-03-16
1
-2
/
+2
*
Return an error if the serial number is badly formed. (Coverity ID 116).
Ben Laurie
2007-04-04
1
-0
/
+2
*
Add RFC 3779 support.
Ben Laurie
2006-11-27
1
-0
/
+1
*
Support for multiple CRLs with same issuer name in X509_STORE. Modify
Dr. Stephen Henson
2006-07-25
1
-3
/
+16
*
Add support for default public key digest type ctrl.
Dr. Stephen Henson
2006-05-07
1
-25
/
+11
*
Remove link between digests and signature algorithms.
Dr. Stephen Henson
2006-04-19
1
-0
/
+2
*
Eliminate dependency on read/write/stat in apps under _WIN32.
Andy Polyakov
2005-11-04
1
-11
/
+1
*
successfully updating the db shouldn't result in an error message
Nils Larsch
2005-09-30
1
-1
/
+0
*
Update from stable branch.
Dr. Stephen Henson
2005-07-05
1
-16
/
+40
*
const fixes
Nils Larsch
2005-04-15
1
-5
/
+5
*
some const fixes
Nils Larsch
2005-04-05
1
-11
/
+13
*
Use the default_md config file value when signing CRLs.
Dr. Stephen Henson
2004-11-11
1
-29
/
+18
*
Call setup_engine after autoconfig.
Dr. Stephen Henson
2004-08-06
1
-4
/
+4
*
Reduce chances of issuer and serial number duplication by use of random
Dr. Stephen Henson
2004-04-20
1
-1
/
+4
*
Clear error if unique_subject lookup fails.
Dr. Stephen Henson
2004-04-15
1
-1
/
+3
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-16
/
+23
*
Move another common functionality (reproduced so far with cut'n'paste)
Richard Levitte
2003-11-28
1
-17
/
+3
*
Move do_subject() to apps.c and rename it to parse_name(). The
Richard Levitte
2003-11-28
1
-137
/
+1
*
Allow multi-valued rdns in subjects. This adds the -multivalue-rdn option
Richard Levitte
2003-11-28
1
-17
/
+35
*
Netware-specific changes,
Richard Levitte
2003-11-28
1
-1
/
+1
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-1
/
+2
*
Generalise the definition of strcasecmp() and strncasecmp() for
Richard Levitte
2003-09-09
1
-10
/
+0
*
Implement CRL numbers.
Richard Levitte
2003-06-19
1
-4
/
+32
*
Convert save_serial() to work like save_index(), and add a
Richard Levitte
2003-04-04
1
-43
/
+2
*
Add documentation on the added functionality in 'openssl ca'.
Richard Levitte
2003-04-04
1
-0
/
+1
*
Correct a lot of printing calls. Remove extra arguments...
Richard Levitte
2003-04-04
1
-1
/
+1
*
Implement self-signing in 'openssl ca'. This makes it easier to have
Richard Levitte
2003-04-04
1
-31
/
+59
*
Reset the version number of the issuer certificate? I believe this
Richard Levitte
2003-04-03
1
-1
/
+1
*
Conditionalise all debug strings.
Richard Levitte
2003-04-03
1
-0
/
+6
*
Make it possible to have multiple active certificates with the same
Richard Levitte
2003-04-03
1
-341
/
+84
*
Add the possibility to build without the ENGINE framework.
Richard Levitte
2003-01-30
1
-0
/
+8
*
cert_sk isn't always allocated, so freeing it may cause a crash.
Richard Levitte
2003-01-30
1
-1
/
+2
*
Typo.
Dr. Stephen Henson
2003-01-09
1
-1
/
+1
*
NULL tofree when it is freed to avoid double free.
Dr. Stephen Henson
2003-01-09
1
-1
/
+4
[next]