aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/kssl.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings.Ben Laurie2000-12-031-1/+7
|
* Typo corrected.Richard Levitte2000-12-011-1/+1
|
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. ↵Richard Levitte2000-11-301-21/+473
| | | | Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
* I've checked again and again. There really is no need to expand a toRichard Levitte2000-11-161-0/+582
4 times it's size when bn_sqr_recursive() won't look farther than the original length. Thereby, constification is no longer a problem.