summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs12 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* tags as requested by miod and teduderaadt2014-06-1216-16/+16
|
* Fix a leak that can occur when len == 0, and as a result we leak a \0 byte.logan2014-06-041-1/+1
| | | | | | (From Frantisek Boranek) OK from miod@
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-4/+0
| | | | ok to firebomb from tedu@
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-175-20/+20
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* we don't use these files for buildingtedu2014-04-151-81/+0
|
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-5/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-205/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-132-8/+23
|
* resolve conflictsdjm2012-10-134-13/+26
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-16/+22
|
* resolve conflicts, fix local changesdjm2010-10-0112-543/+134
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-92/+85
|\ | | | | branch.
| * import OpenSSL-1.0.0adjm2010-10-011-92/+85
| |
* | resolve conflictsdjm2009-04-061-0/+3
| |
* | resolve conflictsdjm2009-01-0915-15/+26
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-85/+92
|\| | | | | branch.
| * import openssl-0.9.8jdjm2009-01-091-85/+92
| |
* | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-9/+17
| |
* | resolve conflictsdjm2008-09-0611-151/+341
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-282/+153
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-061-282/+153
| |
* | resolve conflictsdjm2006-06-275-52/+85
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-1/+1
|\| | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-271-1/+1
| |
* | resolve conflictsdjm2005-04-294-12/+29
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+415
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+415
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-125-7/+7
|
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-3/+3
| | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-102-107/+227
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* unused files, not part of OpenSSL 0.9.7markus2002-09-034-647/+0
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1517-623/+699
|
* openssl-engine-0.9.6a mergebeck2001-06-226-13/+26
|
* openssl-engine-0.9.6 mergebeck2000-12-1515-239/+336
|
* OpenSSL 0.9.5a mergebeck2000-04-156-44/+69
|
* OpenSSL 0.9.5 mergebeck2000-03-1915-70/+310
| | | | | | *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
* do not assume shell scripts are +x; dderaadt1999-11-231-1/+1
|
* new files for OpenSSL 0.9.4beck1999-09-2917-0/+3183