summaryrefslogtreecommitdiffstats
path: root/crypto/openssl
Commit message (Collapse)AuthorAgeFilesLines
* Merge conflictsjedgar2003-03-202-5/+30
|
* This commit was generated by cvs2svn to compensate for changes in r112439,jedgar2003-03-201-13/+12
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of PKCS #1 security fix.jedgar2003-03-201-13/+12
| | | | | | | | http://www.openssl.org/news/secadv_20030319.txt
* | Resolve conflicts after import of OpenSSL 0.9.7a.nectar2003-02-195-1/+27
| |
* | This commit was generated by cvs2svn to compensate for changes in r111147,nectar2003-02-19152-646/+1661
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.7a.nectar2003-02-19157-647/+1688
| |
* | Background:nectar2003-01-291-444/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When libdes was replaced with OpenSSL's libcrypto, there were a few interfaces that the former implemented but the latter did not. Because some software in the base system still depended upon these interfaces, we simply included them in our libcrypto (rnd_keys.c). Now, finally get around to removing the dependencies on these interfaces. There were basically two cases: des_new_random_key -- This is just a wrapper for des_random_key, and these calls were replaced. des_init_random_number_generator et. al. -- A few functions were used by the application to seed libdes's PRNG. These are not necessary when using libcrypto, as OpenSSL internally seeds the PRNG from /dev/random. These calls were simply removed. Again, some of the Kerberos 4 files have been taken off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4.
* | This commit was generated by cvs2svn to compensate for changes in r110018,nectar2003-01-295-29/+33
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * = Fix a bug in UI_UTIL_read_pw's error handling that causednectar2003-01-295-29/+33
| | | | | | | | | | | | | | | | | | | | des_read_pw_string to break (and thus rather mysteriously breaking utilities such as kinit). = Enable the BSD /dev/crypto interface. (These changes are being imported on the vendor branch, as they have already been accepted and committed to the OpenSSL CVS repository.)
* | Merge conflicts.markm2003-01-2829-1117/+1762
| | | | | | | | This is cunning doublespeak for "use vendor code".
* | Remove files no longer on OpenSSL 0.9.7. crypto/des/rnd_keys.c ismarkm2003-01-2849-6676/+0
| | | | | | | | retained as it is still used.
* | This commit was generated by cvs2svn to compensate for changes in r109998,markm2003-01-28943-19752/+102078
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL release 0.9.7. This release includesmarkm2003-01-28965-20829/+103840
| | | | | | | | support for AES and OpenBSD's hardware crypto.
* | Resolve conflicts.nectar2002-08-104-34/+100
| |
* | This commit was generated by cvs2svn to compensate for changes in r101618,nectar2002-08-109-12/+27
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of OpenSSL 0.9.6g.nectar2002-08-109-12/+27
| |
* | This commit was generated by cvs2svn to compensate for changes in r101615,nectar2002-08-109-8/+34
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of OpenSSL 0.9.6f.nectar2002-08-1013-42/+134
| |
* | This commit was generated by cvs2svn to compensate for changes in r101613,nectar2002-08-1018-39/+66
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of OpenSSL 0.9.6f.nectar2002-08-1019-61/+92
| |
* | This commit was generated by cvs2svn to compensate for changes in r101386,nectar2002-08-051-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Correct a bug in the ASN.1 decoder which was introduced with thenectar2002-08-051-1/+1
| | | | | | | | | | | | recent OpenSSL update. Obtained from: OpenSSL CVS
* | Resolve conflicts after import of OpenSSL 0.9.6e.nectar2002-07-306-8/+36
| |
* | This commit was generated by cvs2svn to compensate for changes in r100936,nectar2002-07-30104-325/+934
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of OpenSSL 0.9.6e.nectar2002-07-30110-329/+968
| |
* | This man page has not been referenced by anything for a while,nectar2002-07-301-509/+0
| | | | | | | | and is not part of the OpenSSL distribution. Remove it.
* | Remove many obsolete files. The majority of these are simply nonectar2002-07-30148-28550/+0
| | | | | | | | | | longer included as part of the OpenSSL distribution. However, a few we just don't need and are explicitly excluded in FREEBSD-Xlist.
* | Resolve conflicts after import of OpenSSL 0.9.6d.nectar2002-07-303-13/+37
| |
* | This commit was generated by cvs2svn to compensate for changes in r100928,nectar2002-07-30101-1498/+2667
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of OpenSSL 0.9.6d.nectar2002-07-30104-1511/+2704
| |
* | Update list of files to remove prior to import of OpenSSL 0.9.6dnectar2002-07-301-15/+6
| |
* | Resolve conflicts.kris2002-01-279-84/+361
| |
* | This commit was generated by cvs2svn to compensate for changes in r89837,kris2002-01-27139-753/+5117
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of OpenSSL 0.9.6ckris2002-01-27149-838/+5487
| |
* | Protect names that are used elsewhere. This fixes WARNS=2 breakagemarkm2001-12-011-4/+4
| | | | | | | | in crypto telnet.
* | Resolve conflictskris2001-07-194-7/+9
| |
* | This commit was generated by cvs2svn to compensate for changes in r79998,kris2001-07-1992-1445/+2518
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of OpenSSL 0.9.6bkris2001-07-1997-1460/+2538
| |
* | Resolve conflictskris2001-05-206-26/+48
| |
* | This commit was generated by cvs2svn to compensate for changes in r76866,kris2001-05-20116-815/+1893
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of OpenSSL 0.9.6akris2001-05-20122-841/+1941
| |
* | Resolve conflictskris2001-02-186-72/+247
| |
* | This commit was generated by cvs2svn to compensate for changes in r72613,kris2001-02-18147-286/+5416
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10kris2001-02-18154-359/+5666
| |
* | Update list of files to remove prior to importkris2000-11-131-20/+34
| |
* | Resolve conflicts, and garbage collect some local changes that are nokris2000-11-1320-269/+616
| | | | | | | | longer required
* | This commit was generated by cvs2svn to compensate for changes in r68651,kris2000-11-13576-11608/+38575
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of OpenSSL 0.9.6kris2000-11-13598-11885/+39181
| |
* | Add a CVS Id tagdougb2000-10-291-0/+1
| |
* | Nuke RSAREF support from orbit.kris2000-09-108-1155/+0
| | | | | | | | It's the only way to be sure.
OpenPOWER on IntegriCloud