summaryrefslogtreecommitdiffstats
path: root/main/openssl
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: upgrade to 0.9.8nNatanael Copa2010-03-301-2/+2
|
* main/openssl: upgrade to 0.9.8mNatanael Copa2010-03-126-249/+16
|
* main/openssl: security patchesNatanael Copa2009-12-096-2/+241
| | | | | | | | | * CVE-2009-1377 * CVE-2009-1378 * CVE-2009-1379 * CVE-2009-1387 * CVE-2009-2409 * CVE-2009-3555
* main/openssl: upgrade to 0.9.8lNatanael Copa2009-11-091-3/+3
|
* main/openssl: enable optimized montgomery multiplicationTimo Teras2009-08-201-2/+2
| | | | gives about 2x performance improvement on sse enabled chips.
* main/openssl: the libcrypto subpackage replaces openssl for upgradesNatanael Copa2009-08-061-1/+2
|
* main/openssl: fix random padlock sha1 breakageTimo Teras2009-07-302-14/+17
| | | | | | | fix copying of oneshot sha1 context. also decrease the size of "small buffer", to make context smaller (and context copy faster in most cases); it should be still enough to catch most hmac operations.
* main/openssl: update checksumNatanael Copa2009-07-271-1/+1
|
* main/openssl: fix padlock patchTimo Teras2009-07-272-238/+159
| | | | | | | | there was a bug sha context copying, that caused all hmac users (and possibly others) to crash. also implemented a third intermediate hashing mode with small buffer: it'll speed up hashing in most cases considerably (packets / certificates to be hashed are not usually too long).
* move core/* to main/Natanael Copa2009-07-234-0/+1036
added maintainer to several packages as well