aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/preauth/pkinit/pkinit_crypto.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-12Refactor PKINIT KDF internal interfacesGreg Hudson1-25/+5
2023-11-30Remove PKINIT RSA supportGreg Hudson1-39/+0
2023-07-17PKINIT ECDH supportGreg Hudson1-0/+7
2023-06-02Enable PKINIT if at least one group is availableGreg Hudson1-1/+2
2022-07-20Remove include_certchain parameter in PKINITGreg Hudson1-6/+0
2022-07-07Set reasonable supportedCMSTypes in PKINITJulien Rische1-0/+4
2021-11-15Use OpenSSL 3 versions of remaining KDFsRobbie Harwood1-6/+3
2021-11-04Use OpenSSL SubjectPublicKeyInfo parsing in PKINITGreg Hudson1-14/+4
2021-11-02Use pre-encoded DH parameter constants in PKINITGreg Hudson1-0/+4
2020-04-08Fix typos in commentsGreg Hudson1-1/+1
2019-06-26Remove PKINIT draft 9 supportGreg Hudson1-1/+0
2018-04-25Fix PKINIT rule matching against UPN SANsGreg Hudson1-3/+3
2018-02-26Improve PKINIT DH output parameter handlingsashan1-14/+14
2017-03-27Remove the NSS PKINIT crypto implementationMatt Rogers1-3/+0
2017-03-23Add the certauth dbmatch moduleMatt Rogers1-0/+6
2017-03-23Simplify PKINIT cert iteration and selectionMatt Rogers1-53/+22
2017-03-23Add certauth pluggable interfaceMatt Rogers1-0/+4
2013-07-17Add support for PKINIT deferring identity promptsNalin Dahyabhai1-0/+11
2013-07-17Split pkinit_identity_initialize into two phasesNalin Dahyabhai1-1/+2
2012-10-17Use config storage for client identity selectionNalin Dahyabhai1-0/+10
2012-07-03Clean up const usage for supported_kdf_alg_idsBen Kaduk1-1/+1
2012-02-11Minimize draft9 PKINIT code by removing dead codeGreg Hudson1-16/+0
2011-12-21Stop using krb5_octet_dataGreg Hudson1-7/+7
2011-10-13Add PKINIT NSS supportGreg Hudson1-0/+3
2011-10-05Clean up unused constantsSam Hartman1-3/+0
2011-10-04Create e_data as pa_data in KDC interfacesGreg Hudson1-3/+3
2011-09-21fix pkinit warningsSam Hartman1-2/+2
2011-09-21If the client offers the alg agility KDF, use itSam Hartman1-0/+9
2011-09-19Remove the ticket from the pkinit-alg-agility KDF function, to matchSam Hartman1-1/+0
2011-09-19Refactor to use oid instead of algorithm_id in KDF interfaceSam Hartman1-1/+1
2011-09-19 implementation of new function and test program for pkinit agility.Sam Hartman1-0/+19
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson1-6/+6
2009-12-28Anonymous support for KerberosSam Hartman1-2/+13
2009-10-31make mark-cstyleTom Yu1-12/+12
2007-08-01Add PKINIT supportKevin Coffman1-0/+623