Displaying 9 results from an estimated 9 matches for "wuerttemberg".
2017 Jul 07
5
STARTTLS issue with sieve
...TLS
OK "Begin TLS negotiation now."
-->
At this point the TLS process does not proceed. When I press CTRL-D I
get the following output:
*** Starting TLS handshake
- Certificate type: X.509
- Got a certificate list of 3 certificates.
- Certificate[0] info:
- subject `C=DE,ST=Baden-Wuerttemberg,L=Ettlingen,O=NOVA
Elektroanlagen GmbH,OU=Mail Server,CN=mail.novanetwork.local', issuer
`C=DE,ST=Baden-Wuerttemberg,O=NOVA Elektroanlagen GmbH,OU=NOVA
Intermediate CA,CN=NOVA Intermediate CA', RSA key 2048 bits, signed
using RSA-SHA256, activated `2017-06-23 06:58:40 UTC', expires...
2015 May 30
2
FWD: enable forwarding to remote named sockets in ssh
...or Pervasive Computing
Dr.-Ing. Dipl.-Inform. Till Riedel
Research Director TECO
post: KIT, TecO, Vincenz-Priessnitz-Str. 1, 76131 Karlsruhe, Germany
fon: +49 721 608-41706 , fax: +49 721 608-41702
email: riedel at teco.edu , web: www.teco.edu/people/riedel
KIT ? University of the State of Baden-Wuerttemberg
and National Large-scale Research Center of the Helmholtz Association
2017 Jul 08
0
STARTTLS issue with sieve
...t-chain. Unfortunately Pigeonhole does not seem to like the certificate:
As it seem, Pigeonhole sends you the full cert chain:
> *** Starting TLS handshake
> - Certificate type: X.509
> - Got a certificate list of 3 certificates.
> - Certificate[0] info:
> - subject `C=DE,ST=Baden-Wuerttemberg,L=Ettlingen,O=NOVA Elektroanlagen
?
> - Certificate[2] info:
> - subject `C=DE,ST=Baden-Wuerttemberg,L=Ettlingen,O=NOVA Elektroanlagen
> GmbH,OU=NOVA Root CA,CN=NOVA Root CA', issuer
The last one being the CA used.
> SHA-1 fingerprint `95326e3ff12683cc40a85874d562d0a6f15dcb37'...
2017 Jul 10
2
STARTTLS issue with sieve
...es not seem to like the certificate:
>
> As it seem, Pigeonhole sends you the full cert chain:
>
>> *** Starting TLS handshake
>> - Certificate type: X.509
>> - Got a certificate list of 3 certificates.
>> - Certificate[0] info:
>> - subject `C=DE,ST=Baden-Wuerttemberg,L=Ettlingen,O=NOVA Elektroanlagen
> ?
>> - Certificate[2] info:
>> - subject `C=DE,ST=Baden-Wuerttemberg,L=Ettlingen,O=NOVA Elektroanlagen
>> GmbH,OU=NOVA Root CA,CN=NOVA Root CA', issuer
>
> The last one being the CA used.
>
>> SHA-1 fingerprint `95326e3...
2017 Jul 09
3
STARTTLS issue with sieve
...2017 um 23:10 schrieb Heiko Schlittermann:
> As it seem, Pigeonhole sends you the full cert chain:
>
>> *** Starting TLS handshake
>> - Certificate type: X.509
>> - Got a certificate list of 3 certificates.
>> - Certificate[0] info:
>> - subject `C=DE,ST=Baden-Wuerttemberg,L=Ettlingen,O=NOVA Elektroanlagen
> ?
>> - Certificate[2] info:
>> - subject `C=DE,ST=Baden-Wuerttemberg,L=Ettlingen,O=NOVA Elektroanlagen
>> GmbH,OU=NOVA Root CA,CN=NOVA Root CA', issuer
> The last one being the CA used.
>
>> SHA-1 fingerprint `95326e3ff1268...
2013 Jun 04
1
[LLVMdev] Accessing slot numbers of unnamed instructions (SlotTracker)
...IT)
Institute for Theoretical Computer Science
Dipl.-Inform. Florian Merz
Researcher
Am Fasanengarten 5
Building 50.34
76131 Karlsruhe, Germany
Phone: +49 721 608-45955
Fax: +49 721 608-44211
Email: florian.merz at kit.edu
Web: http://verialg.iti.kit.edu/
KIT - University of the State of Baden-Wuerttemberg and
National Research Center of the Helmholtz Association
2011 Sep 14
0
[LLVMdev] Generics
> Hi,
>
> I'm about designing the compiler backend of my script language and I
> have generic types in the language. An example is the array. An
> array#int means array of integers. You can compare it to Java's
> generics. Whenever i have a variable of the type "generic", the type
> should be replaced by the really used type.
> Now the question is: how do
2010 Feb 26
3
Plotting a Trivial Matrix
Dear All,
Consider a matrix (N x N) where each entry is either zero or one (can
hardly get any simpler).
Now, I would like to plot it as a 'chessboard' where every matrix entry
is a black (1) or white (0) square.
Whatever tool I use to plot it, it should not try to interpolate the
data at all.
I found some online references
http://www.phaget4.org/R/image_matrix.html
but probably I can
2011 Sep 14
2
[LLVMdev] Generics
Hi,
I'm about designing the compiler backend of my script language and I have
generic types in the language. An example is the array. An array#int means
array of integers. You can compare it to Java's generics. Whenever i have a
variable of the type "generic", the type should be replaced by the really
used type.
Now the question is: how do i represent them in llvm without losing