diff options
Diffstat (limited to 'src/lib/libcrypto/objects/obj_mac.h')
-rw-r--r-- | src/lib/libcrypto/objects/obj_mac.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/obj_mac.h b/src/lib/libcrypto/objects/obj_mac.h index 899db8325c..7645012298 100644 --- a/src/lib/libcrypto/objects/obj_mac.h +++ b/src/lib/libcrypto/objects/obj_mac.h | |||
@@ -850,6 +850,16 @@ | |||
850 | #define NID_ms_efs 138 | 850 | #define NID_ms_efs 138 |
851 | #define OBJ_ms_efs 1L,3L,6L,1L,4L,1L,311L,10L,3L,4L | 851 | #define OBJ_ms_efs 1L,3L,6L,1L,4L,1L,311L,10L,3L,4L |
852 | 852 | ||
853 | #define SN_ms_smartcard_login "msSmartcardLogin" | ||
854 | #define LN_ms_smartcard_login "Microsoft Smartcardlogin" | ||
855 | #define NID_ms_smartcard_login 648 | ||
856 | #define OBJ_ms_smartcard_login 1L,3L,6L,1L,4L,1L,311L,20L,2L,2L | ||
857 | |||
858 | #define SN_ms_upn "msUPN" | ||
859 | #define LN_ms_upn "Microsoft Universal Principal Name" | ||
860 | #define NID_ms_upn 649 | ||
861 | #define OBJ_ms_upn 1L,3L,6L,1L,4L,1L,311L,20L,2L,3L | ||
862 | |||
853 | #define SN_idea_cbc "IDEA-CBC" | 863 | #define SN_idea_cbc "IDEA-CBC" |
854 | #define LN_idea_cbc "idea-cbc" | 864 | #define LN_idea_cbc "idea-cbc" |
855 | #define NID_idea_cbc 34 | 865 | #define NID_idea_cbc 34 |
@@ -1632,7 +1642,7 @@ | |||
1632 | #define NID_name 173 | 1642 | #define NID_name 173 |
1633 | #define OBJ_name OBJ_X509,41L | 1643 | #define OBJ_name OBJ_X509,41L |
1634 | 1644 | ||
1635 | #define SN_givenName "gn" | 1645 | #define SN_givenName "GN" |
1636 | #define LN_givenName "givenName" | 1646 | #define LN_givenName "givenName" |
1637 | #define NID_givenName 99 | 1647 | #define NID_givenName 99 |
1638 | #define OBJ_givenName OBJ_X509,42L | 1648 | #define OBJ_givenName OBJ_X509,42L |