index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
x509.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove __main__ code from ipalib.x509 and ipalib.pkcs10
Fraser Tweedale
2016-11-10
1
-15
/
+0
*
x509: use python-cryptography to process certs
Fraser Tweedale
2016-11-10
1
-165
/
+162
*
x509: use pyasn1-modules X.509 specs
Fraser Tweedale
2016-11-10
1
-96
/
+7
*
x509: avoid use of nss.data_to_hex
Fraser Tweedale
2016-11-10
1
-0
/
+23
*
pkcs10: use python-cryptography for CSR processing
Fraser Tweedale
2016-11-10
1
-0
/
+39
*
x509: include otherName DER value in GeneralNameInfo
Fraser Tweedale
2016-08-26
1
-4
/
+9
*
x509: use NSS enums and OIDs to identify SAN types
Fraser Tweedale
2016-08-26
1
-7
/
+23
*
x509: fix SAN directoryName parsing
Fraser Tweedale
2016-08-26
1
-3
/
+9
*
Move GeneralName parsing code to ipalib.x509
Fraser Tweedale
2016-08-26
1
-1
/
+113
*
Remove service and host cert issuer validation
Fraser Tweedale
2016-06-06
1
-26
/
+0
*
Pylint: enable reimported check
Martin Basti
2016-03-22
1
-1
/
+0
*
ipalib.x809: Accept bytes for make_pem
Petr Viktorin
2016-03-03
1
-0
/
+2
*
Avoid builtins that were removed in Python 3
Petr Viktorin
2016-01-20
1
-1
/
+1
*
ipalib/x509.py: revert deletion of ipalib api import
Martin Babinsky
2016-01-04
1
-0
/
+1
*
Remove unused imports
Martin Basti
2015-12-23
1
-2
/
+0
*
x509: Port to Python 3
Petr Viktorin
2015-10-13
1
-1
/
+8
*
Use the print function
Petr Viktorin
2015-09-01
1
-1
/
+3
*
Modernize 'except' clauses
Petr Viktorin
2015-08-12
1
-3
/
+3
*
Fix client ca.crt to match the server's cert
Gabe
2015-07-27
1
-1
/
+1
*
reworked certificate normalization and revocation
Martin Babinsky
2015-07-02
1
-3
/
+11
*
Re-initialize NSS database after otptoken plugin tests
Tomas Babej
2014-11-26
1
-11
/
+20
*
Check LDAP instead of local configuration to see if IPA CA is enabled
Jan Cholasta
2014-10-17
1
-1
/
+1
*
Add functions for DER encoding certificate extensions to ipalib.x509.
Jan Cholasta
2014-07-30
1
-0
/
+25
*
Add function for writing list of certificates to a PEM file to ipalib.x509.
Jan Cholasta
2014-07-30
1
-10
/
+30
*
Add function for extracting extended key usage from certs to ipalib.x509.
Jan Cholasta
2014-07-30
1
-0
/
+22
*
Add functions for extracting certificates fields in DER to ipalib.x509.
Jan Cholasta
2014-07-30
1
-0
/
+55
*
Add function for checking if certificate is self-signed to ipalib.x509.
Jan Cholasta
2014-07-30
1
-0
/
+6
*
ipaplatform: Move all filesystem paths to ipaplatform.paths module
Tomas Babej
2014-06-16
1
-1
/
+2
*
Skip cert issuer validation in service and host commands in CA-less install.
Jan Cholasta
2013-07-09
1
-0
/
+3
*
Drop --selfsign server functionality
Petr Viktorin
2013-04-15
1
-3
/
+1
*
Don't initialize NSS if we don't have to, clean up unused cert refs
Rob Crittenden
2013-01-23
1
-13
/
+20
*
Internationalization for public errors
Petr Viktorin
2012-09-03
1
-1
/
+2
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-1
/
+1
*
Use certmonger to renew CA subsystem certificates
Rob Crittenden
2012-07-30
1
-0
/
+8
*
Fix uses of O=REALM instead of the configured certificate subject base.
Jan Cholasta
2012-03-26
1
-4
/
+18
*
Verify that the external CA certificate files are correct.
Jan Cholasta
2011-08-23
1
-1
/
+19
*
Fix invalid issuer in unit tests
Martin Kosek
2011-07-27
1
-2
/
+5
*
Use information from the certificate subject when setting the NSS nickname.
Rob Crittenden
2011-07-17
1
-8
/
+26
*
Make data type of certificates more obvious/predictable internally.
Rob Crittenden
2011-06-21
1
-6
/
+110
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
1
-5
/
+5
*
Use newer API in ipalib/x509 and add missing import.
Rob Crittenden
2010-07-15
1
-0
/
+1
*
Clean up crypto code, take advantage of new nss-python capabilities
Rob Crittenden
2010-07-15
1
-236
/
+52
*
Correct some comment errors
Rob Crittenden
2010-01-19
1
-2
/
+1
*
rebase dogtag clean-up patch
John Dennis
2009-12-09
1
-4
/
+3
*
Add type argument to x509.load_certificate() so it can handle binary certs
Rob Crittenden
2009-12-01
1
-9
/
+12
*
Use pyasn1-based PKCS#10 and X509v3 parsers instead of pyOpenSSL.
Rob Crittenden
2009-11-30
1
-0
/
+272