aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/rsaref
Commit message (Collapse)AuthorAgeFilesLines
* Nuke RSAREF support from orbit.Kris Kennaway2000-09-106-1001/+0
| | | | | | | It's the only way to be sure. Notes: svn path=/head/; revision=65653
* If stderr is closed, report the error message about missing librariesKris Kennaway2000-04-181-5/+15
| | | | | | | | | via syslog instead. Reviewed by: jkh Notes: svn path=/head/; revision=59354
* Resolve conflicts.Kris Kennaway2000-04-132-2/+10
| | | | Notes: svn path=/head/; revision=59194
* This commit was generated by cvs2svn to compensate for changes in r59191,Kris Kennaway2000-04-132-2/+102
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=59192
| * Initial import of OpenSSL 0.9.5aKris Kennaway2000-04-134-4/+112
| | | | | | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=59191
* | Don't refer to the openssl handbook chapter by name - the doc guys keepKris Kennaway2000-03-251-1/+1
| | | | | | | | | | | | | | jamming new chapters in front of it :) Notes: svn path=/head/; revision=58549
* | Add a new function stub to libcrypto() which resolves to a symbol inKris Kennaway2000-03-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Update the wording on the error message when libcrypto.so can't find anKris Kennaway2000-03-021-2/+4
| | | | | | | | | | | | | | | | | | RSA library. Reviewed by: peter, jkh Notes: svn path=/head/; revision=57683
* | Sync with internat.freebsd.org; weak symbols vs static libs == troublePeter Wemm2000-02-261-12/+25
| | | | | | | | Notes: svn path=/head/; revision=57518
* | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)Peter Wemm2000-02-263-4/+7
| | | | | | | | | | | | | | | | | | | | 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
* | Don't use the dlopen() stubs if comiling with PIC. This stillPeter Wemm2000-02-251-2/+2
| | | | | | | | | | | | | | | | needs some more thought for the static case. Should we provide weak error-generating stubs for static binaries if -lrsaref was forgotten? Notes: svn path=/head/; revision=57472
* | Add call stubs for dynamic rsaref loading. This isn't enabled for nowJordan K. Hubbard2000-02-221-0/+161
|/ | | | | | | but simply lets us sync up on the solution as it's evolved. Notes: svn path=/head/; revision=57388
* Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patentKris Kennaway2000-01-104-0/+697
infringement reasons. Notes: svn path=/vendor-crypto/openssl/dist/; revision=55714