aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509
AgeCommit message (Expand)AuthorFilesLines
1999-08-09Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson2-0/+60
1999-08-08more consistent formattingBodo Möller1-4/+4
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller1-2/+2
1999-07-21slight clean-upBodo Möller1-5/+2
1999-06-30More no-xxx option tweaks.Ulf Möller1-1/+1
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1-2/+2
1999-06-06More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1-1/+3
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1-11/+0
1999-06-05Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson2-0/+64
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-0/+37
1999-06-02stackBen Laurie2-12/+15
1999-05-31stack.Ben Laurie1-0/+3
1999-05-31Stack.Ben Laurie1-0/+3
1999-05-30Yet another stack.Ben Laurie4-25/+26
1999-05-30Another stack.Ben Laurie1-1/+1
1999-05-30Another safe stack.Ben Laurie1-1/+1
1999-05-30Another safe stack.Ben Laurie1-1/+4
1999-05-21Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they willDr. Stephen Henson1-0/+6
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-142/+148
1999-05-21The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should beDr. Stephen Henson2-26/+26
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-148/+142
1999-05-15Update dependencies.Bodo Möller1-131/+137
1999-05-13Update dependencies.Ben Laurie1-5/+5
1999-05-13VMS support.Ulf Möller2-0/+20
1999-05-11Comment.Bodo Möller1-1/+5
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1-0/+3
1999-05-09Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1-1/+1
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller5-10/+14
1999-05-08Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1-1/+1
1999-05-04Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1-0/+2
1999-05-02Yet another stack.Ben Laurie3-32/+45
1999-05-01Another stack.Ben Laurie1-1/+1
1999-05-01Another stack.Ben Laurie3-16/+20
1999-05-01Another safe stack.Ben Laurie4-33/+39
1999-05-01Support verify_depth from the SSL API without need for user-definedBodo Möller3-5/+7
1999-05-01Use correct error macro so that error messages make sense.Bodo Möller1-5/+5
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
1999-04-29Ignore Makefile.saveUlf Möller1-0/+1
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1-3/+3
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller2-11/+15
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller5-403/+0
1999-04-25Fixes so it will compile again under Win32.Dr. Stephen Henson1-2/+0
1999-04-25Various header consistency fixes.Dr. Stephen Henson1-0/+1
1999-04-25Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)Dr. Stephen Henson1-2/+2
1999-04-24Fix header files so that any one can be included first.Bodo Möller2-1/+6
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1-3/+2
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller1-0/+1
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-2/+0
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson4-112/+64