5f0451da | 30-Jan-1999 |
Ben Laurie |
Add dependencies. |
4c441f30 | 30-Jan-1999 |
Ralf S. Engelschall |
Update |
fc8c1a5c | 30-Jan-1999 |
Ben Laurie |
Update dependencies. |
154adc89 | 30-Jan-1999 |
Ralf S. Engelschall |
Change address now that we've the mailing lists established |
e04a6c2b | 30-Jan-1999 |
Ralf S. Engelschall |
Add CygWin32 platform information to Configure script. Submitted by: Alan Batie <batie@aahz.jf.intel.com> |
0172f988 | 30-Jan-1999 |
Ralf S. Engelschall |
Fixed ms/32all.bat script: `no_asm' -> `no-asm' Submitted by: Rainer W. Gerling <gerling@mpg-gv.mpg.de> Reviewed by: Ralf S. Engelschall |
79dfa975 | 29-Jan-1999 |
Dr. Stephen Henson |
New program 'nseq' added to apps to allow Netscape certificate sequences to be pulled apart and built. |
9fe84296 | 29-Jan-1999 |
Dr. Stephen Henson |
Allow the -certfile argument to be used multiple times in crl2pkcs7. Also fix typos in the usage messages: "inout" instead of "input". |
288cb84f | 28-Jan-1999 |
Ralf S. Engelschall |
Fill in more contents for the openssl(1) manpage. |
7ae01d4a | 28-Jan-1999 |
Ralf S. Engelschall |
One more incorrect name in usage page |
b6cff93d | 28-Jan-1999 |
Ralf S. Engelschall |
Fix names in usage page of s_time, s_server and s_client |
a0a54079 | 28-Jan-1999 |
Mark J. Cox |
Fixes to BN code. Previously the default was to define BN_RECURSION but the BN code had some problems that would cause failures when doing certificate verification and some other functions.
Fixes to BN code. Previously the default was to define BN_RECURSION but the BN code had some problems that would cause failures when doing certificate verification and some other functions. Submitted by: Eric A Young from a C2Net version of SSLeay Reviewed by: Mark J Cox PR:
show more ...
|
8938272b | 28-Jan-1999 |
Dr. Stephen Henson |
Remember to add the new file this time :-) |
92c046ca | 28-Jan-1999 |
Dr. Stephen Henson |
Add ASN1 code for netscape certificate sequences. |
a27598bf | 26-Jan-1999 |
Dr. Stephen Henson |
Add a few extended key usage OIDs. |
b2347661 | 26-Jan-1999 |
Dr. Stephen Henson |
Still more X509 V3 stuff. Modify ca.c to work with the new code and modify openssl.cnf for the new syntax. |
fd9d35f5 | 25-Jan-1999 |
Ben Laurie |
Oops. One header too many. |
f3d2e56b | 25-Jan-1999 |
Ben Laurie |
Update dependencies. |
8a522211 | 25-Jan-1999 |
Ben Laurie |
Declare correctly on FreeBSD. |
a224de3f | 25-Jan-1999 |
Ben Laurie |
Reduce header dependencies. |
f317aa4c | 25-Jan-1999 |
Dr. Stephen Henson |
More X509 V3 stuff. Add support for extensions in the 'req' application so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included.
More X509 V3 stuff. Add support for extensions in the 'req' application so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included. Also change the directory order so pem is nearer the end. Otherwise 'make links' wont work because pem.h can't be built.
show more ...
|
d0cc3d34 | 24-Jan-1999 |
Dr. Stephen Henson |
Add file x509v3.err. |
9535d202 | 24-Jan-1999 |
Ben Laurie |
Make sure people know when they need to rebuild the Makefile. |
41c62a8e | 24-Jan-1999 |
Ben Laurie |
Minor constification. |
834eeef9 | 24-Jan-1999 |
Dr. Stephen Henson |
Continuing adding X509 V3 support. This starts to integrate the code with the main library, but only with printing at present. To see this try: openssl x509 -in cert.pem -text on a certif
Continuing adding X509 V3 support. This starts to integrate the code with the main library, but only with printing at present. To see this try: openssl x509 -in cert.pem -text on a certificate with some extensions in it.
show more ...
|