summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Code for better build under Darwin (MacOS X).levitte2001-03-0712-17/+13
* ..._init functions are method-specific toobodo2001-03-074-3/+6
* Optimized EC_METHODs need specific 'set_curve' and 'free' functions.bodo2001-03-076-11/+20
* The next bunch of vaporware.bodo2001-03-076-22/+146
* extra_data 'mixin'.bodo2001-03-074-2/+120
* Oops ...bodo2001-03-071-1/+3
* In clear_free, clear the complete structure just in casebodo2001-03-071-0/+2
* Fix ERR_R_... problems.bodo2001-03-075-85/+76
* Implement dispatcher for EC_GROUP and EC_POINT method functions.bodo2001-03-079-6/+402
* Add a few 'const'sbodo2001-03-062-9/+9
* Change obj_... generation so that it does not generate rubbish orbodo2001-03-067-25/+22
* 'is_at_infinity' tests don't need a BN_CTX.bodo2001-03-062-2/+2
* New function declarations.bodo2001-03-062-5/+20
* Add BN_CTX arguments where appropriate.bodo2001-03-062-21/+49
* Add EC_GROUP_new_GFp prototype.bodo2001-03-051-0/+5
* Change comments.bodo2001-03-051-2/+2
* Some declarations that outline what I intend to implement.bodo2001-03-052-0/+116
* Update the VMS build scripts for EClevitte2001-03-052-2/+4
* Another file I had forgotten to add.bodo2001-03-051-0/+57
* Add yet another (still empty) source code file that I forgot.bodo2001-03-0511-20/+70
* Add more EC vaporware (empty source code files I missed in mybodo2001-03-053-0/+177
* Move ec.h to ec2.h because it is not compatible with what we will use.bodo2001-03-0516-70/+587
* New option '-subj arg' for 'openssl req' and 'openssl ca'. Thisbodo2001-03-051-1/+8
* EC_set_half and the 'h' component of struct bn_ec_struct are unnecessary.bodo2001-03-033-41/+20
* Spelling corrected.levitte2001-03-021-1/+1
* Introduce the possibility to access global variables throughlevitte2001-03-026-8/+12
* Fix bug in copy_email() which would notsteve2001-03-011-1/+1
* Fix a bug which caused BN_div to produce thesteve2001-02-281-1/+5
* %f conversion bug fixulf2001-02-271-1/+1
* Typo in comment.steve2001-02-261-2/+2
* Enhance OCSP_request_verify() so it finds the signers certificatesteve2001-02-267-21/+107
* make updatelevitte2001-02-2618-410/+1134
* Add the CCITT pilot directory OIDs.levitte2001-02-261-5/+78
* Trap an invalid ASN1_ITEM construction and print outsteve2001-02-253-4/+16
* New function and options to check OCSP response validity.steve2001-02-243-2/+87
* Print out OID of unknown signature or public keysteve2001-02-241-6/+11
* Stop PKCS7_verify() core dumping with unknown publicsteve2001-02-242-8/+10
* Make OCSP cert id code tolerate a missing issuer certificatesteve2001-02-231-5/+16
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionsteve2001-02-2335-102/+101
* make depend.levitte2001-02-231-14/+13
* Initial support for ASN1_ITEM_FUNCTION option tosteve2001-02-2334-163/+317
* Define the right macro for Linux and other GNU-based systems to get a correct...levitte2001-02-221-0/+5
* e_os.h defines Getenv()levitte2001-02-221-0/+1
* CONF_METHOD is one of the few places where you find MS_FAR. I can'tlevitte2001-02-221-9/+9
* undo previous change: "e_os.h" is now the official name for the filebodo2001-02-221-1/+1
* include e_os.h as "openssl/e_os.h" (as elsewhere)bodo2001-02-221-1/+1
* e_os.h does not belong with the exported headers. Do not put it therelevitte2001-02-2237-2166/+2117
* Since RAND_file_name() uses strlen, make sure the number that'slevitte2001-02-222-13/+11
* Use e_os2.h rather than opensslconf.h, since some needed macros arelevitte2001-02-225-8/+9
* Exported header files should not include e_os.h.levitte2001-02-222-2/+1