summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix OID encoding for single components. OpenSSL PR #2556 via OpenSSL trunk.miod2014-07-111-1/+1
| | | | (be sure to make cleandir and make includes before building)
* resolve conflicts, fix local changesdjm2010-10-011-11/+9
|
* resolve conflictsdjm2009-01-091-1/+3
|
* resolve conflictsdjm2008-09-061-2/+2
|
* merge with 0.9.7-beta1markus2002-09-051-0/+3
|
* After much horrible and painful slogging through asn1 code,beck2002-06-081-0/+1
| | | | | | | | | | this fixes the source of connection problems with ssl/tls connections between sparc64 and other things. The punchline, we just found a bug in floating point emulation on sparc64 when this script produces off-by-one output on sparc64. This fix is annoyingly easy for the effort expended.
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-6/+7
|
* openssl-engine-0.9.6 mergebeck2000-12-151-8/+35
|
* OpenSSL 0.9.5 mergebeck2000-03-191-24/+30
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* OpenSSL 0.9.4 mergebeck1999-09-291-2/+2
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+269
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.