summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Utils/Crypto.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate the certFingerprint option.Thijs Kinkhorst2016-08-051-2/+2
* Be explicit when checking if there's a salt defined or not.Jaime Perez Crespo2015-07-311-1/+1
* Reimplement \SimpleSAML\Utils\Crypto::aesDecrypt() and \SimpleSAML\Utils\Cryp...Jaime Perez Crespo2015-07-201-51/+30
* Move the aes[En|De]crypt() functionality in \SimpleSAML\Utils\Crypto to inter...Jaime Perez Crespo2015-06-201-9/+44
* Use InvalidArgumentException instead of SimpleSAML_Error_Exception when deali...Jaime Perez Crespo2015-04-231-19/+35
* Move SimpleSAML_Utilities::resolveCert() to SimpleSAML\Utils\Config::getCertP...Jaime Perez Crespo2015-04-231-1/+1
* Move SimpleSAML_Utils_Crypto to SimpleSAML\Utils\Crypto.Jaime Perez Crespo2015-04-201-27/+28
* Move SimpleSAML_Utils_Config to SimpleSAML\Utils\Config.Jaime Perez Crespo2015-04-201-2/+2
* Move SimpleSAML_Utilities::getSecretSalt() to SimpleSAML_Utils_Config::getSec...Jaime Perez Crespo2015-04-161-2/+2
* Schedule SimpleSAML_Utilities::generateRandomBytes() for removal. Deprecate a...Jaime Perez Crespo2015-04-161-2/+2
* Move loadPublicKey() and loadPrivateKey() in SimpleSAML_Utilities to SimpleSA...Jaime Perez Crespo2015-04-161-0/+136
* Move aesEncrypt() and aesDecrypt() in SimpleSAML_Utilities to SimpleSAML_Util...Jaime Perez Crespo2015-04-161-0/+80
* Reformat SimpleSAML_Utils_Crypto. Remove SimpleSAML_Utils_Crypto::apr1Md5Hash...Jaime Perez Crespo2015-04-161-136/+95
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
* Remove more legacy code that's no longer necessary since we are requiring PHP...Jaime Pérez Crespo2014-02-091-1/+1
* authcrypt: Add Htpasswd authentication source.Olav Morken2011-11-041-0/+59
* Utils_Crypt: Fix PHP start tag.Olav Morken2011-11-031-1/+2
* Add support for hashed passwords & add authcrypt:Hash authsource.Olav Morken2011-10-281-0/+83