summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509spki.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-06-01Don't include <stdlib.h>. In the NO_FP_API case, don't include <stdio.h>.Ulf Möller1-7/+6
2000-06-01Small documentation bug, probably a cut'n'paste, corrected.Richard Levitte1-1/+1
2000-06-01Bug fix for 64 bit HP-UX.Ulf Möller1-1/+1
2000-06-01Small fix to enable reading from stdin as well.Richard Levitte1-2/+2
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe14-608/+1085
2000-06-01This change will cause builds (by default) to not use different STACKGeoff Thorpe6-3/+142
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe16-75/+117
2000-06-01This is the first of two commits (didn't want to dump them all into theGeoff Thorpe3-20/+45
2000-06-01is needed.Ulf Möller1-0/+2
2000-06-01typoBodo Möller1-1/+1
2000-06-01dh and gendh have been obsoleted by dhparam.Bodo Möller1-3/+9
2000-06-01#include <stdio.h> not needed.Ulf Möller1-1/+0
2000-06-01#include <stdlib.h> is not needed.Ulf Möller1-2/+0
2000-05-31Result of "make update"Richard Levitte1-0/+1
2000-05-31This seems to become a FAQ...Richard Levitte1-0/+11
2000-05-31sk_***_new_null() seems to be there to avoid exactly this sort of thingGeoff Thorpe1-1/+1
2000-05-31sk_value was also suffering from de-const-ification.Geoff Thorpe3-2/+4
2000-05-31config can now detect ARM Linux automagically.Richard Levitte1-0/+1
2000-05-31strtoul is not used anywhere.Bodo Möller1-1/+0
2000-05-31When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris, __svr4__ isBodo Möller1-1/+1
2000-05-31All the little functions created by the IMPLEMENT_STACK_OF() macro willGeoff Thorpe2-2/+2
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller4-144/+297
2000-05-31Add "FIXME" comment.Bodo Möller1-1/+8
2000-05-30Improve PRNG robustness.Bodo Möller2-1/+49
2000-05-30More EVP cipher revision.Dr. Stephen Henson8-96/+169
2000-05-30"make update"Geoff Thorpe3-1/+20
2000-05-30You must have an empty line between =item'sRichard Levitte1-0/+1