summaryrefslogtreecommitdiff
path: root/crypto/engine/hw_cswift.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from main trunk, conflicts resolved.BRANCH_engineRichard Levitte2000-10-261-2/+1
* Actually, that was perfectly correct. The fault is in the checkingRichard Levitte2000-09-111-1/+1
* cswift_dsa_verify() incorrectly return -1 on error.Richard Levitte2000-09-111-1/+1
* Since C compilers on VMS (perhaps with gcc being the great exception)Richard Levitte2000-09-091-0/+4
* Avoid the conflict between () and (void)Richard Levitte2000-07-121-2/+2
* Add the possibility to load prvate and public keys from an engine andRichard Levitte2000-07-061-0/+2
* p_CSwift_AttachKeyParam actually returns more than one kind of error. Detect...Richard Levitte2000-06-301-13/+80
* Make it possible to turn off compilation of hardware support throughRichard Levitte2000-06-301-0/+2
* It makes much more sense and is much more consistent with the rest ofRichard Levitte2000-06-291-3/+2
* Add the possibility to control some engine internals.Richard Levitte2000-06-291-0/+1
* Now that the branch has been updated with the DSO changes in the head,Geoff Thorpe2000-06-201-4/+4
* DSO_bind() is effectively a method-specific wrapper for dlopen() orGeoff Thorpe2000-06-141-4/+8
* If initialisation fails for any reason, the global function pointersGeoff Thorpe2000-06-141-0/+4
* This adds DSA signature verification to the CryptoSwift support.Geoff Thorpe2000-05-291-8/+93
* General tidy up of existing code, and add first half of DSA support forGeoff Thorpe2000-05-291-14/+145
* Added Geoff's latest changes, which seems to mostly be DH stuff and aRichard Levitte2000-05-251-32/+66
* Add code and changes to implement the ENGINE mechanism. These are theRichard Levitte2000-05-251-0/+474