aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-03-05Add EC_GROUP_new_GFp prototype.Bodo Möller1-0/+5
2001-03-05Change comments.Bodo Möller1-2/+2
2001-03-05Some declarations that outline what I intend to implement.Bodo Möller2-0/+116
2001-03-05Update the VMS build scripts for ECRichard Levitte3-3/+6
2001-03-05Another file I had forgotten to add.Bodo Möller1-0/+57
2001-03-05Add yet another (still empty) source code file that I forgot.Bodo Möller11-20/+70
2001-03-05Add more EC vaporware (empty source code files I missed in myBodo Möller3-0/+177
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller20-74/+591
2001-03-05Document the SSLv2 session reuse fix.Richard Levitte1-0/+3
2001-03-05Add the possibility for option macros and start using it to indicateRichard Levitte1-1/+16
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller6-61/+315
2001-03-04increase emailAddress_maxBodo Möller1-1/+1
2001-03-03EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.Bodo Möller3-41/+20
2001-03-02For SSLv2, return the SSLv2 method, not the SSLv23 method. This way,Richard Levitte1-1/+1
2001-03-02Sort platforms lexicographically as well. Also, support more than twoRichard Levitte3-25/+29
2001-03-02Spelling corrected.Richard Levitte1-1/+1
2001-03-02Introduce the possibility to access global variables throughRichard Levitte13-265/+695
2001-03-01Typo, spotted by "Greg Stark" <gstark@ethentica.com>.Lutz Jänicke1-1/+1
2001-03-01Fix bug in copy_email() which would notDr. Stephen Henson2-1/+5
2001-02-28Fix a bug which caused BN_div to produce theDr. Stephen Henson2-1/+11
2001-02-27%f conversion bug fixUlf Möller1-1/+1
2001-02-27don't read from tty in test modeUlf Möller1-27/+31
2001-02-27run self-test with no-krb5Ulf Möller1-0/+1
2001-02-27MacOSX doesn't have ftime().Richard Levitte1-1/+1
2001-02-26Typo in comment.Dr. Stephen Henson1-2/+2
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson8-21/+113
2001-02-26make updateRichard Levitte22-447/+1173
2001-02-26Add the CCITT pilot directory OIDs.Richard Levitte1-5/+78
2001-02-25Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson3-4/+16
2001-02-24New function and options to check OCSP response validity.Dr. Stephen Henson5-5/+150
2001-02-24Print out OID of unknown signature or public keyDr. Stephen Henson2-6/+15
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson3-8/+15
2001-02-23Describe new callback for session id generation.Lutz Jänicke2-0/+151
2001-02-23SSL_get_version() was an easy one :-)Lutz Jänicke2-0/+47
2001-02-23That statement seems to be not true. In fact, I have said that I wouldUlf Möller1-5/+0
2001-02-23autoconf would be useful...Ulf Möller1-6/+2
2001-02-23Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson2-5/+22
2001-02-23Oops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.Dr. Stephen Henson1-0/+12
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson35-102/+101
2001-02-23make depend.Richard Levitte1-14/+13
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson34-163/+317
2001-02-23I missed one.Geoff Thorpe1-1/+1
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe3-8/+8
2001-02-22Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte1-0/+5
2001-02-22e_os.h defines Getenv()Richard Levitte1-0/+1
2001-02-22CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte1-9/+9
2001-02-22Define the OPENSSL_NO_* macros as NO_* macros for the sake of applications th...Richard Levitte1-0/+10
2001-02-22e_os.h problems have been solved in the main branch.Bodo Möller1-6/+3
2001-02-22undo previous change: "e_os.h" is now the official name for the fileBodo Möller1-1/+1
2001-02-22include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller1-1/+1