summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Include autoconf.h before system headersGreg Hudson2014-07-081-9/+2
* Fix error checking in PKINIT authdata creationGreg Hudson2014-06-201-20/+15
* Remove PKINIT longhorn compatibility optionGreg Hudson2014-06-121-174/+25
* Properly handle PKCS11 label in PKINITGreg Hudson2014-05-241-10/+18
* Don't blindly use PKCS11 slot IDs in PKINITGreg Hudson2014-05-241-14/+13
* In PKINIT, use library initializer for OpenSSLTomas Kuthan2014-04-151-15/+10
* Use anonymous OIDs in pkinit_crypto_openssl.cGreg Hudson2014-03-251-53/+43
* Stop shadowing id-pkcs7-data OIDGreg Hudson2014-03-251-71/+45
* Use protocol error for PKINIT cert expiryGreg Hudson2013-10-171-1/+1
* Support PKINIT OpenSSL deferred identity promptingNalin Dahyabhai2013-07-171-55/+159
* Add support for PKINIT deferring identity promptsNalin Dahyabhai2013-07-171-0/+38
* Split pkinit_identity_initialize into two phasesNalin Dahyabhai2013-07-171-1/+2
* Don't leak PKINIT CMS signed data certs and CRLsNalin Dahyabhai2013-07-151-2/+4
* Fix various warningsGreg Hudson2013-06-071-3/+3
* Make reassembled PKCS11 names parseableNalin Dahyabhai2013-05-081-5/+5
* Remove some apparently-accidental debug whitespaceNalin Dahyabhai2013-05-081-2/+2
* Simplify pkinit_check_dh_paramsTom Yu2013-04-121-67/+47
* Ignore missing Q in dh_paramsTom Yu2013-04-121-4/+4
* Add PEM password prompter callback in PKINITNalin Dahyabhai2013-03-151-3/+45
* Cleaner fix for #7570Ben Kaduk2013-02-151-4/+2
* PKINIT null pointer deref [CVE-2013-1415]Xi Wang2013-02-151-2/+1
* Modernize k5bufGreg Hudson2013-02-141-20/+15
* Fix various result checksNickolai Zeldovich2013-01-071-1/+1
* Use config storage for client identity selectionNalin Dahyabhai2012-10-171-3/+101
* Fix minor memory leaks in PKINIT codeGreg Hudson2012-07-051-0/+2
* Handle PKINIT DH replies with no certsGreg Hudson2012-06-221-1/+8
* Improve traced error messages from PKINIT clientGreg Hudson2012-05-081-2/+6
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-111-86/+0
* Make dh_key_info encoder and decoder symmetricGreg Hudson2012-01-091-47/+3
* Stop using krb5_octet_dataGreg Hudson2011-12-211-22/+25
* Make alg agility KDF work properly when the hash length differs from the key ...Sam Hartman2011-10-051-4/+10
* Make KDF work when length of random data differs from length of hashSam Hartman2011-10-051-16/+9
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-041-77/+29
* Move static function prototypes from header to individual file so headerEzra Peisach2011-09-261-0/+133
* Remove variables set but not usedEzra Peisach2011-09-261-2/+0
* fix pkinit warningsSam Hartman2011-09-211-5/+5
* If the client offers the alg agility KDF, use itSam Hartman2011-09-211-0/+5
* Fix Openssl 1.0 function capitalization in pkinitSam Hartman2011-09-201-2/+2
* Formatting fixesGreg Hudson2011-09-191-11/+9
* reindentSam Hartman2011-09-191-36/+36
* Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman2011-09-191-4/+1
* Refactor to use oid instead of algorithm_id in KDF interfaceSam Hartman2011-09-191-10/+14
* pkinit_crypto_openssl: fix signed vs unsigned comparisonSam Hartman2011-09-191-0/+1
* implementation of new function and test program for pkinit agility.Sam Hartman2011-09-191-3/+205
* In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() toSam Hartman2011-09-191-4/+4
* pkinit: client: Use SignedData for anonymousSam Hartman2011-09-191-201/+200
* Fix pkinit warningsSam Hartman2011-09-191-3/+3
* Support pkinit: SignedData with no signers (KDC)Sam Hartman2011-09-191-186/+208
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-1/+1
* Mark up strings for translationGreg Hudson2011-06-101-8/+8