aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/librsaintl
Commit message (Collapse)AuthorAgeFilesLines
* Nuke RSAREF support from orbit.Kris Kennaway2000-09-101-32/+0
| | | | | | | It's the only way to be sure. Notes: svn path=/head/; revision=65653
* Update for OpenSSL 0.9.5a and clean up a bit.Kris Kennaway2000-04-131-19/+5
| | | | | | | Take responsibility for this makefile again :-) Notes: svn path=/head/; revision=59195
* Add libcrypto to LDADD. This fixes problems seen with e.g. apache-modsslKris Kennaway2000-04-041-0/+1
| | | | | | | Submitted by: Jim Bloom <bloom@acm.org> Notes: svn path=/head/; revision=59000
* Add a new function stub to libcrypto() which resolves to a symbol inKris Kennaway2000-03-131-1/+1
| | | | | | | | | | | | | | the librsa* library and reports which version of the library (OpenSSL/RSAREF) is being used. This is then used in openssh to detect the failure case of RSAREF and a RSA key >1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai led.' This is a 4.0-RELEASE candidate. Notes: svn path=/head/; revision=57971
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)Peter Wemm2000-02-261-0/+45
Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still. Notes: svn path=/head/; revision=57511