python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source4 / lib / tls / tlscert.c
8 days ago Volker Lendeckelib: Give lib/util/util_file.c its own header file
2020-04-08 Andreas Schneiders4:tls: Fix generating TLS RSA certs with FIPS140-2
2019-11-19 Andreas Schneiders4:lib:tls: Fix cert and privkey types
2019-11-14 Andreas Schneiders4:lib: Remove gnutls_global_(de)init() from libtls
2019-04-30 Andreas Schneiders3:tls: Remove #ifdef for GnuTLS
2018-11-28 Andreas Schneiders4:lib: Use #ifdef instead of #if for config.h definitions
2018-01-10 Stefan Metzmachers4:lib/tls: fix the developer build without gnutls...
2017-08-15 Andrew Bartletts4/lib/tls: Use SHA256 to sign the TLS certificates
2016-04-12 Stefan MetzmacherCVE-2016-2113: s4:lib/tls: create better certificates...
2015-03-20 Stefan Metzmachers4:lib/tls: add tls_cert_generate() prototype to tls.h
2015-03-12 Andrew Bartlettlib/tls: Fix behaviour of --disable-gnutls and remove...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-11 Björn BaumbachCVE-2013-4476: s4:libtls: Create tls private key file...
2012-02-17 Matthias Dieter... s4:lib/tls - include GNUTLS headers consistently using...
2010-10-27 Matthieu Patoutls: Inform the user if the cert/ca/private key can...
2009-02-18 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-18 Andrew Tridgellfixed some of the TLS problems
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr17674: fixed a problem on with our configure logic...
2007-10-10 Jelmer Vernooijr15363: Fix dependencies for shared library
2007-10-10 Jelmer Vernooijr14806: Fix compiler warnings
2007-10-10 Andrew Tridgellr8482: gnutls_x509_crt_set_subject_key_id is not availa...
2007-10-10 Andrew Tridgellr7742: abstracted out the tls code from the web server...