aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson1999-08-114-25/+79
* Fix typo.Bodo Möller1999-08-111-1/+1
* Updates.Bodo Möller1999-08-103-13/+31
* Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson1999-08-095-4/+99
* Bump after tarball rolling.Ralf S. Engelschall1999-08-091-2/+2
* Bump version to 0.9.4OpenSSL_0_9_4Ralf S. Engelschall1999-08-091-2/+3
* more consistent formattingBodo Möller1999-08-081-4/+4
* Fix two remaining prototype-related warningsRalf S. Engelschall1999-08-082-0/+3
* A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.Ralf S. Engelschall1999-08-082-0/+6
* change formatting a bitBodo Möller1999-08-071-5/+5
* fix the bugBodo Möller1999-08-061-1/+1
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-056-47/+110
* More diagnostics.Ben Laurie1999-08-031-0/+1
* Make it compile under -pedantic.Ben Laurie1999-08-031-1/+1
* commentBodo Möller1999-08-031-2/+3
* Revert erroneous change.Bodo Möller1999-08-031-1/+1
* automatically use no-mdc2 if no-des is requested.Bodo Möller1999-08-021-1/+1
* avoid some NO_<cipher> problemsBodo Möller1999-08-022-1/+3
* avoid castBodo Möller1999-08-021-1/+1
* Extra i386+gcc bn_div.c tune-up featuring inline division and savingAndy Polyakov1999-07-311-6/+35
* by request: let BN_dup(NULL) just return NULLBodo Möller1999-07-301-0/+2
* Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov1999-07-303-89/+180
* correct error signalling for opendir() failureBodo Möller1999-07-302-0/+2
* Fix to PKCS#12 code to use the cipher block length when allocating a bufferDr. Stephen Henson1999-07-301-5/+6
* Allow the PKCS#7 (S/MIME encrypt) application to support more than oneDr. Stephen Henson1999-07-301-6/+15
* No use in naming the cblock _; the structure still is incompatibleUlf Möller1999-07-291-1/+1
* obj_dat.h is autogenerated (it was in the CVS because old versions ofUlf Möller1999-07-292-892/+1
* Always use buildinf.h, which now includes the mk1mfinf.h data.Bodo Möller1999-07-293-12/+8
* Restore compability with kerberos/des.h (I had deleted some seemingly uselessUlf Möller1999-07-291-40/+35
* VMS updates.Ulf Möller1999-07-286-16/+20
* New function OBJ_obj2txt()Dr. Stephen Henson1999-07-273-71/+70
* New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.Dr. Stephen Henson1999-07-272-5/+13
* when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov1999-07-271-2/+2
* Use correct CFLAG definition for makefile.one builds.Bodo Möller1999-07-273-3/+9
* SPARC Solaris config updates.Andy Polyakov1999-07-252-4/+19
* Minor MD5 tune-up for WIN32 on Intel.Andy Polyakov1999-07-251-2/+2
* Added support for SPARC Linux.Andy Polyakov1999-07-252-8/+5
* GNU assembler (read SPARC Linux) support added.Andy Polyakov1999-07-251-17/+11
* - performance retunes, v8plus bn_*_comba routines are reimplemented;Andy Polyakov1999-07-252-1030/+969
* Don't include x509.h when we just need asn1.hBodo Möller1999-07-249-105/+48
* Remove obsolete files.Ulf Möller1999-07-221-544/+0
* ignore r586unix.cppBodo Möller1999-07-221-0/+1
* date.h no longer to be deleted by "make clean"Bodo Möller1999-07-221-1/+1
* Make the perl module compile and eliminate some of the warnings.Ulf Möller1999-07-222-2/+2
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-2117-356/+140
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-214-134/+140
* avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1999-07-213-10/+13
* slight clean-upBodo Möller1999-07-211-5/+2
* Auto-generated file -- this should not be under version controlBodo Möller1999-07-211-628/+0
* Get rid of redundant multiplications in bn_div_words.Andy Polyakov1999-07-211-5/+5