Re: rand in Windows

2012-07-06 Thread Jakob Bohm
versions of the Windows Logo guidelines, but is basically about using the locations returned by SHFOLDER.DLL with appropriate program specific suffixes. However in this particular case there is no point in having the file anyway. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: CA Certificates Store

2012-07-13 Thread Jakob Bohm
DONE :HASHFAIL echo Error creating hashed copy of %1 as %HASH%%NUM% set HASH= goto DONE :DONE c_rehash bat ends here Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message

Re: Make issue with openssl-1.0.0f and openssl-1.0.0j

2012-07-17 Thread Jakob Bohm
every time. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: FIPS: Incore fingerprint check fails on Android?

2012-07-19 Thread Jakob Bohm
openssl-users@openssl.org Automated List Manager majord...@openssl.org -- Jakob Bohm, CIO, partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. direct: +45 31 13 16 10 call:+4531131610 This message is only for its intended

Re: DSA certificates from windows certificate store into openssl

2012-07-25 Thread Jakob Bohm
anyone have experience with this? Any pointers or links to documentation for how this might be done? Thanks in advance N -- Jakob Bohm, CIO, partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. direct: +45 31 13 16 10 call:+4531131610 This message is only

Re: RAND_bytes() causes 50% CPU load program crash when using CAPI engine

2012-07-25 Thread Jakob Bohm
track it down? Try putting printf() statements inside RAND_bytes() to narrow it further (I assume you compile OpenSSL yourself). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion

Re: 9GB libcrypto.a in openssl-1.0.1c

2012-07-29 Thread Jakob Bohm
REFER MOUNTPOINT iscbind_rpool/ROOT/s10s_u9wos_14a 31.9G 680M 30.7G / # rm libcrypto.a # zfs list iscbind_rpool/ROOT/s10s_u9wos_14a NAMEUSED AVAIL REFER MOUNTPOINT iscbind_rpool/ROOT/s10s_u9wos_14a 22.7G 9.90G 21.4G / Enjoy Jakob -- Jakob Bohm, CIO

Re: Unusual Fips Mode Set Failure

2012-07-31 Thread Jakob Bohm
hello.txt $openssl md5 hello.txt works $set OPENSSL_FIPS=1 $openssl md5 hello.txt Error disabled for fips $openssl sha1 hello.txt works Thanks for any advice, -EJ Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct

Re: How to find correct issuer certificate in multi-level hierarchy?

2012-08-02 Thread Jakob Bohm
useful on the client side to decide which certificates to provide to the other end. -- Ashok -- Jakob Bohm, CIO, partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. direct: +45 31 13 16 10 call:+4531131610 This message is only for its intended recipient, delete

Re: TLS server/client with self-signed certificate

2012-08-03 Thread Jakob Bohm
is still trusted. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: OpenSSL pipe

2012-08-03 Thread Jakob Bohm
objects, which can then be passed to multiple signing operations without reloading them. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors

Re: suite B crypto in what version?

2012-08-06 Thread Jakob Bohm
) of suite B is probable in OpenSSL 1.0.1 too, but I don't have an algorithm by algorithm breakdown of inclusion status, others on this list probably have such a list. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16

Re: suite B crypto in what version?

2012-08-07 Thread Jakob Bohm
On 8/7/2012 2:52 PM, Dr. Stephen Henson wrote: On Tue, Aug 07, 2012, Jeffrey Walton wrote: Hi Doctor Henson, On Mon, Aug 6, 2012 at 11:33 AM, Dr. Stephen Henson st...@openssl.org wrote: On Mon, Aug 06, 2012, Jakob Bohm wrote: Much (maybe all, I don't know) of suite B is probable

Re: command truncated on paste

2012-08-08 Thread Jakob Bohm
of the terminal code and API. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones

Re: command truncated on paste

2012-08-08 Thread Jakob Bohm
, might not compile): #include stdio.h int main(int argc, char **argv) { char buf[1024]; (void)argc; (void)argv; fgets(buf, sizeof(buf), stdion); fputs(buf, stdout); fputs(!\n, stdout); return 0; } On Aug 8, 2012, at 5:12 PM, Jakob Bohm jb-open...@wisemo.com wrote: On 8/8

Re: [openssl-users] converting text to pem

2012-08-17 Thread Jakob Bohm
-- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: OpenSSL DES generates '\n' in encrypted code

2012-08-21 Thread Jakob Bohm
' in encrypted code? Is there any range of characters I can specify to DES algorithm which can be used for encrypted code generation? Please help I am stuck. Thanks. Tarun Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: Why key file in *client* certificate situation?

2012-08-27 Thread Jakob Bohm
the certificate to tell the server what the public key is and as proof of what identity is proven by the signature does prove a lot. So that is what SSL does. And that is why an SSL client needs the private key of the client certificate (if any). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: certificate validation issues with openssl 1.0.0 and expired certificates in cafile

2012-09-24 Thread Jakob Bohm
is necessary because the RFC3161 protocol returns a signature which is not a valid RFC2985 counterSignature. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding

Re: certificate validation issues with openssl 1.0.0 and expired certificates in cafile

2012-09-24 Thread Jakob Bohm
to verify ee.pem with the newca.pem. P.S. The CA and EE certificates are v3 but do not contain AKI or SKI fields. -- Ashok On Mon, Sep 24, 2012 at 6:50 PM, Jakob Bohm jb-open...@wisemo.com mailto:jb-open...@wisemo.com wrote: On 9/13/2012 3:41 PM, Charles Mills wrote: Would

Re: certificate validation issues with openssl 1.0.0 and expired certificates in cafile

2012-09-24 Thread Jakob Bohm
, Jakob Bohm jb-open...@wisemo.com mailto:jb-open...@wisemo.com wrote: Hi, In your test case which fields actually differ between the old root CA certificate and the new root CA certificate? P.S. Please do not use those 3 letter abbreviations of certificate field names, very

Re: [openssl-users] Re: certificate validation issues with openssl 1.0.0 and expired certificates in cafile

2012-09-25 Thread Jakob Bohm
On 9/25/2012 11:11 AM, Erwann Abalea wrote: Bonjour, Le 24/09/2012 21:03, Jakob Bohm a écrit : Does that work with any other serious X.509 validation toolkit? It should. When trying to build a valid certification path, all possibilities have to be tested until one of them succeeds. If a CA

Re: [openssl-users] Re: certificate validation issues with openssl 1.0.0 and expired certificates in cafile

2012-09-25 Thread Jakob Bohm
On 9/25/2012 6:12 PM, Erwann Abalea wrote: Bonjour, Le 25/09/2012 14:16, Jakob Bohm a écrit : On 9/25/2012 11:11 AM, Erwann Abalea wrote: Le 24/09/2012 21:03, Jakob Bohm a écrit : Does that work with any other serious X.509 validation toolkit? It should. And in fact, OpenSSL works

Re: UUID OID and certificatePolicies routines:a2d_ASN1_OBJECT:invalid digit

2012-09-28 Thread Jakob Bohm
Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: UUID OID and certificatePolicies routines:a2d_ASN1_OBJECT:invalid digit

2012-09-28 Thread Jakob Bohm
On 9/28/2012 4:45 PM, Valentin Bud wrote: Hello Jakob, On Fri, Sep 28, 2012 at 04:20:00PM +0200, Jakob Bohm wrote: Simple really: Indeed. When you know a certain topic and you've studied for a certain time it's really simple. For me, for now, compliant RFC CA is a nebula. I am starting

Re: Certificate Authority: deamon and or iptables?

2012-10-02 Thread Jakob Bohm
the approved CSR's to the CA machine for signing and then hand carry the signed certificates back. Large public CAs need more robust multi-person procedures. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10

Re: Private RANDFILE per CA required?

2012-10-02 Thread Jakob Bohm
initiatives in the past. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: seed/$RANDFILE confusion

2012-10-02 Thread Jakob Bohm
bug that it frequently chooses the wrong directory for the file, apparently the code was written by someone unfamiliar with the Windows FHS conventions (which are logically similar but very different from the Linux/Unix FHS). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: NIST Selects Winner of Secure Hash Algorithm (SHA-3) Competition

2012-10-03 Thread Jakob Bohm
algorithms in 2007, when it was thought that SHA-2, the standard secure hash algorithm, might be threatened. Keccak will now become NIST’s SHA-3 hash algorithm. ... Gary Clark already posted this more than 13 hours ago... Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

Re: seed/$RANDFILE confusion

2012-10-05 Thread Jakob Bohm
some light into this? Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: openssl 1.0.1c at Windows 2003 server (UNCLASSIFIED)

2012-10-05 Thread Jakob Bohm
Listopenssl-users@openssl.org Automated List Manager majord...@openssl.org Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message

Re: How to place signature into an X509 format

2012-10-09 Thread Jakob Bohm
. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: PKCS7 open and extract signature

2012-10-11 Thread Jakob Bohm
functions. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: PKCS7 open and extract signature

2012-10-11 Thread Jakob Bohm
to be a pretty common thing. I did search the forum for this. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service

Re: connection with two-way SSL authentication in OpenSSL

2012-10-11 Thread Jakob Bohm
is also known as SSL/TLS client authentication or as SSL/TLS with client certificates. Those other names are what is used most in the OpenSSL documentation, on this mailing list, and probably in that book (which I have not read). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: Building an exportable OpenSSL application

2012-10-18 Thread Jakob Bohm
of this (and because some platforms just don't support it at all), it is good practice for portable DLLs to export a functions which returns the address of the data item, thus working around all this breakage. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730

Re: Reference material on how to do certificate validation with OpenSSL

2012-10-29 Thread Jakob Bohm
. The security model is that the wildcard cert identifies the organization, and the organization only installs the private key on trusted servers. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10

Re: How to display certs from CA path

2012-10-29 Thread Jakob Bohm
someserver.example.com:443 -showcerts NUL openssl pkcs7 -noout -print_certs -text -in somemail.pem openssl cms (some args) somemail.pem 2. Display each certificate with the command openssl x509 -noout -text -in onecert.pem Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

Re: Reference material on how to do certificate validation with OpenSSL

2012-10-30 Thread Jakob Bohm
On 10/29/2012 7:05 PM, Jeffrey Walton wrote: On Mon, Oct 29, 2012 at 11:04 AM, Jakob Bohm jb-open...@wisemo.com wrote: On 10/27/2012 10:58 PM, Jeffrey Walton wrote: On Sat, Oct 27, 2012 at 11:00 AM, Alban D. blan...@gmail.com wrote: Hi everyone, iSEC Partners just released a paper

Re: RSA quintuple vs. xmldsig mismatch

2012-10-30 Thread Jakob Bohm
element contains a public key, but the quintuple representation is a way to represent a private key. So RSAKeyValue corresponds to (n,e) from RFC3447 section 3.1, not 3.2. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark

Re: Enabling https capability

2012-11-01 Thread Jakob Bohm
the OP (and others as this seems a FAQ) to a good example of adding OpenSSL to existing socket code with current best practices, please post it as a reply in this thread. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct

Re: Enabling https capability

2012-11-02 Thread Jakob Bohm
On 11/2/2012 3:06 PM, John A. Wallace wrote: -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl- us...@openssl.org] On Behalf Of Jakob Bohm Sent: Thursday, November 01, 2012 12:25 PM To: openssl-users@openssl.org Subject: Re: Enabling https capability

Re: setting a CSR’s challenge password?

2012-11-02 Thread Jakob Bohm
this temp config file ;and wipe it securely after use [req] ... attributes = thisreq_attributes [thisreq_attributes] challengePassword_default = VerySecretWordTheyCannotGuessThisHaHa Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: ECDH-RSA and TLS 1.2

2012-11-02 Thread Jakob Bohm
? Could you also mention why? Well one reason is that the fixed ECDH cipher suites do not support forward secrecy because they always use the same ECDH key. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13

Re: ECDH-RSA and TLS 1.2

2012-11-06 Thread Jakob Bohm
On 11/5/2012 1:37 AM, Jeffrey Walton wrote: On Sun, Nov 4, 2012 at 7:15 PM, jb-open...@wisemo.com wrote: On 02-11-2012 21:46, Jeffrey Walton wrote: On Fri, Nov 2, 2012 at 4:30 PM, Jakob Bohm jb-open...@wisemo.com wrote: (continuing TOFU posting to keep the thread somewhat consistent

Re: Find the difference in (milli|micro)seconds between two ASN1_TIME values

2012-11-07 Thread Jakob Bohm
validation), it probably calls an appropriate subroutine on the expiry date in the X509 cert. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain

Re: Find the difference in (milli|micro)seconds between two ASN1_TIME values

2012-11-07 Thread Jakob Bohm
tm structures called OPENSSL_gmtime_diff. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs

Re: Find the difference in (milli|micro)seconds between two ASN1_TIME values

2012-11-07 Thread Jakob Bohm
tell by string comparison if you are close or not, which is kind of rare for a non-neural computer). Good joke though Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non

Re: [openssl-users] Re: Find the difference in (milli|micro)seconds between two ASN1_TIME values

2012-11-07 Thread Jakob Bohm
On 11/7/2012 7:34 PM, Erwann Abalea wrote: Le 07/11/2012 16:08, Jakob Bohm a écrit : On 11/7/2012 3:39 PM, Charles Mills wrote: A struct tm is only granular down to whole seconds, right? Yes, and it is not the easiest data type for data math either, even when restricted to GMT/UT1/UTC. Plus

Re: I can't believe how much this sucks

2012-11-14 Thread Jakob Bohm
products from teh mix, based on deficiencies and improvements that appear in each as they develop. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may

Re: How can I pass data to a running instance of OpenSSL CLI on Windows within a batch file?

2012-11-14 Thread Jakob Bohm
with the unencrypted data as the input parameter which would then pass this to the running “service”, retrieve the encrypted data result from this “service” and pass it as the output. Can anyone enlighten me on a potential solution for this? Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: Need input for Certificate generation

2012-11-16 Thread Jakob Bohm
as a common example. This wouldpresumably be irrelevant if feeding the kernel plenty of external entropy, e.g.by getting it from a hardware RNG hooked up to a trusted server (under yourown control of cause). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29

Re: I can't believe how much this sucks

2012-11-19 Thread Jakob Bohm
updating 4. There was an extra option in the Win32/Win64 build scripts which package the HTML pages into a properly indexed .chm file. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion

Re: Regrading reducing the size of libcrypto.a

2012-11-20 Thread Jakob Bohm
if never called with NULL). My own attempts to reduce this were not as successful as I had hoped. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain

Re: Regrading reducing the size of libcrypto.a

2012-11-20 Thread Jakob Bohm
will be quite obvious as your program would no longer link. Except for that incident on Solaris earlier this year, the size of .a files is rarely a real problem. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10

Re: Regrading reducing the size of libcrypto.a

2012-11-20 Thread Jakob Bohm
not compile code for other ciphers right? As I tried to explain in my first reply, most of the size of libcrypt is not the ciphers,but all the ASN.1 stuff, such as code to handle X.509 certificates, CRLs, PKCS#7messages, PKCS#12 and PKCS#8 key files, etc. etc. Enjoy Jakob -- Jakob Bohm, CIO, Partner

Re: This is one for the Pros: cert is not privkey

2012-11-22 Thread Jakob Bohm
. (And similarly the verifier for a signer.) Most standard schemes do use X.509 certs for this purpose, because they are also standard. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public

Re: Issue with OpenSSL in multithreaded environment

2012-11-30 Thread Jakob Bohm
. Be very careful if you are using that library on Windows. I can't explain all the defective code circulating. Folks must all be copy/paste'ing the same junky code. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark

Re: OCSP Responder

2012-12-03 Thread Jakob Bohm
published by CAs (much of which will be referenced in various fields in issued certificates). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain

Re: [openssl-users] Openssl not properly validating certificates?

2012-12-05 Thread Jakob Bohm
TestFortyTwo_Expired.pem -noout -text and compare all the details to what you see in IE. Maybe it is not the same certificate. Can I switch careers to basket weaving? Nah, I think that got outsourced (back) to China too. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

Re: [openssl-users] Openssl not properly validating certificates?

2012-12-06 Thread Jakob Bohm
On 12/5/2012 6:44 PM, Will Nordmeyer wrote: On Wed, Dec 5, 2012 at 12:18 PM, Jakob Bohm jb-open...@wisemo.com wrote: On 12/5/2012 5:30 PM, Will Nordmeyer wrote: On Wed, Dec 5, 2012 at 11:22 AM, Dr. Stephen Henson st...@openssl.org wrote: On Wed, Dec 05, 2012, Will Nordmeyer wrote: On Wed

Re: How to over-ride SSL_CTX_use_PrivateKey_file() behavior with custom engine

2012-12-06 Thread Jakob Bohm
to go the other way would compromise security just by being possible). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote

Re: Subject Alternate Names (SANS)

2012-12-10 Thread Jakob Bohm
-in yourcert.p7b -noout -print_certs -text (A CA is not required to obey any of the requested attributes listed in the CSR, any by default most CA software will put in only its usual attributes unless explicitly told otherwise by the PKI folks). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo

Re: Question related to TLS1.2 key computation function - PRF.

2012-12-10 Thread Jakob Bohm
, 64); SHA1_Update(context, outbuf, 20); SHA1_Final(outbuf, context); Could someone please advice how is HMAC-SHA256 implemented? Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10

Re: blowfish-cbc: what to save?

2012-12-11 Thread Jakob Bohm
procedure changes to simply skipping steps 2 and 3 and restarting download slightly earlier than what the other end previously sent you (because some data did not make it to disk before the crash). Thanks in advance for shedding some light for a lost soul ;-) Enjoy Jakob -- Jakob Bohm, CIO

Re: Regarding OpenSSL on metro app

2012-12-14 Thread Jakob Bohm
first compiling the C source code to native code (I guess that would mean compiling as CX when creating a Metro App, not sure though). Running OpenSSL does not need or use perl in any way. 2.no its not Hope this changes soon. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: Support for 448 bit hash value generation in opnessl.

2012-12-18 Thread Jakob Bohm
for these new primitives). (Note, the above is from my fading memory, I may have gotten some details wrong). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may

Re: fipscanister with assembly language optimization and non-SSE2 capable processors?

2012-12-18 Thread Jakob Bohm
binary (the fipscanister) lacked this basic test. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management

Re: rsa private key formats

2012-12-21 Thread Jakob Bohm
a strong NDA, so I cannot give you the details. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management

Re: RSA_private_decrypt function takes longer time.

2012-12-21 Thread Jakob Bohm
the incoming network requests arrive, thus shaving some time off the response time, especially if the load is a little uneven, rather than a sustained maximum-capacity test load. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark

Re: Issue with certificate chain

2012-12-21 Thread Jakob Bohm
. In the previous case, it turned out they were two different certificates with similar names, and the wrong certificate had been imported into Windows in a previous attempt, preventing loading of the real certificate until the wrong one was manually deleted. Enjoy Jakob -- Jakob Bohm, CIO, Partner

Re: Conditionally Patching output of Makefile from Configure?

2012-12-31 Thread Jakob Bohm
://cvs.openssl.org/fileview?f=openssl/Configurev=1.621.2.37.2.32.2.11 http://cvs.openssl.org/fileview?f=openssl/Makefile.orgv=1.295.2.10.2.11.2.3 I think this is better done by someone who is already familiar with that piece of code (./Configure) and its design/style. Enjoy Jakob -- Jakob Bohm, CIO, Partner

Re: cannot password protect key file in FIPS mode

2013-01-01 Thread Jakob Bohm
or some future cipher implementing the EVP_CTRL_PBE_PRF_NID cipher control (most modern ciphers don't implement this badly thought out nonsense and most higher level openssl APIs and apps do not allow passing a prf NID or EVP_MD down to PKCS5_pbe2_set_iv(). Enjoy Jakob -- Jakob Bohm, CIO

Re: Conditionally Patching output of Makefile from Configure?

2013-01-02 Thread Jakob Bohm
, but it is really the llvm-clang compiler (not the llvm-gcc compiler, which is a different part of the llvm project). Also note that as is (or at least recently was) the Apple fork of GNU as, not the llvm assembler (again, this is for iOS). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: full static linkage

2013-01-08 Thread Jakob Bohm
-- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: full static linkage

2013-01-08 Thread Jakob Bohm
will generated at all? On Tue, Jan 8, 2013 at 2:36 PM, Jakob Bohm jb-open...@wisemo.com wrote: On 1/8/2013 10:03 AM, Serhiy Ivanov wrote: I built my simple project with -lssl option, so libsssl.a qattached statically. However as i see from map report i see next pages: The command cc -lssl

Re: Cert in DNS (DANE, DNSSEC) and OpenSSL

2013-01-09 Thread Jakob Bohm
be able to point you to precisely which existing OpenSSL mechanisms can do the trick. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors

Re: References to NSS libraries

2013-01-09 Thread Jakob Bohm
) software than the build machine. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones

Re: Compile 0.9.8x for 64bit is missing _SHA* symbols

2013-01-10 Thread Jakob Bohm
would greatly appreciated. Did you remember to install NASM? Are the functions completely missing or just not exported from the resulting DLLs? Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10

Re: RSA_private_decrypt function takes longer time.

2013-01-10 Thread Jakob Bohm
On 1/10/2013 12:13 PM, Tayade, Nilesh wrote: -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl- us...@openssl.org] On Behalf Of Jakob Bohm Sent: Friday, December 21, 2012 8:23 PM To: openssl-users@openssl.org Subject: Re: RSA_private_decrypt function takes

Re: How to tell when no more progress can be made

2013-01-17 Thread Jakob Bohm
from them, then you know that to be true. Someone please correct me if I got this wrong. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors

Re: Can AES-NI be disabled?

2013-01-18 Thread Jakob Bohm
compilation result, with 3 possible runtime hardware dependent behaviors, not a 3x3 matrix of possible host/target capability combinations. Ditto for x86_64 (maybe 2 possibilities not 2x2) and arm (2 possibilities not 2x2). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

Re: Can I build the FIPS module with /MT?

2013-01-21 Thread Jakob Bohm
it sounds like I cannot use the current FIPS modules then, which is the subject of this thread. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain

Re: how to (more manually) verify signature in SignedData ?

2013-01-23 Thread Jakob Bohm
vice versa only without the -pkeyopt. No, in that case you need to find the name of the hash algorithm elsewhere in either the SignedData structure or its context. ... Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark

Re: no OpenSSL_Applink in Custom Windows Credentials Provider

2013-01-23 Thread Jakob Bohm
. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: OpenSSL: RC4 and IDEA algorithms

2013-01-23 Thread Jakob Bohm
? please correct me if i am wrong. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones

Re: EVP_* in FIPS-compliant openSSL 2.0

2013-01-25 Thread Jakob Bohm
government use and might not meet the needs of all military classification levels (I am not cleared to know the details of that either, so don't tell me or the public list what you find out). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: OpenSSL infrastructure migration

2013-01-25 Thread Jakob Bohm
should show you the underlying cause. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones

Re: Obtaining a TLS session key

2013-01-30 Thread Jakob Bohm
for the difference between the two tls-unique values from the two halfs of the connection. (snip code to extract the tls-unique binary value from an SSL_CTX handle without a specific API for this task) For HKDF see: https://tools.ietf.org/html/rfc5869 Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo

Re: Obtaining a TLS session key

2013-01-30 Thread Jakob Bohm
On 1/30/2013 7:15 PM, Viktor Dukhovni wrote: On Wed, Jan 30, 2013 at 07:03:09PM +0100, Jakob Bohm wrote: You don't, but, you shold instead obtain the tls-unique channel binding data ( https://tools.ietf.org/html/rfc5929#section-3 ) and run the result through a KDF (HKDF should work well

Re: Java Key Store (JKS) verses just PKCS12 files

2013-02-03 Thread Jakob Bohm
nickname as the file name and use subdirectories for certificate types (e.g. cacerts/, incerts/, contacts/, owncerts/). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non

Re: Client Random

2013-02-05 Thread Jakob Bohm
attacked with replays of client packets, amongst other benefits. Client random protects the client from being attacked with replays of server packets, amongst other benefits. Simple, really. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Bad threading of OpenSSL security advisories on the mail lists

2013-02-05 Thread Jakob Bohm
. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message is non-binding and may contain errors. WiseMo - Remote Service Management for PCs, Phones and Embedded

Re: Private key support at openssl

2013-02-22 Thread Jakob Bohm
operations available via a PKCS#11 or Microsoft CryptoAPI driver. There is also documentation for writing your own engine if none of the available engines are good enough. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31

Re: CVE-2013-0169

2013-02-22 Thread Jakob Bohm
attack, and specifically praises the OpenSSL fix for being even better than their own demonstration code for the countermeasures. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16 10 This public discussion message

Re: check certificate chain in a pem file

2013-02-22 Thread Jakob Bohm
-CAfile root-chain.pem cert1.pem And the second round would be Unix: cat cert1.pem root.pem cert1-chain.pem Windows: copy /A cert1.pem+root.pem cert1-chain.pem Both: openssl verify -CAfile cert1-chain.pem cert2.pem Etc. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Dead indirect link to http://www.openssl.org in lucky 13 security advisory

2013-02-22 Thread Jakob Bohm
at http://www.openssl.org/~bodo/tls-cbc.txt However that document seems to be missing. Would you mind restoring the document, even if you are not otherwise allowing Mr. Moeller to host stuff on www.openssl.org? Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

Re: CVE-2013-0169

2013-02-25 Thread Jakob Bohm
On 2/25/2013 4:26 AM, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm Sent: Friday, 22 February, 2013 05:06 On 2/21/2013 11:12 AM, Mozes, Rachel wrote: [other reports say issue] affects just The TLS protocol *_1.1 and 1.2_ *and the DTLS protocol 1.0

Re: check certificate chain in a pem file

2013-02-25 Thread Jakob Bohm
On 2/25/2013 4:26 AM, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm Sent: Friday, 22 February, 2013 06:03 On 2/21/2013 2:29 PM, ashish2881 wrote: I have a certificate chain in a file chain.pem .it also has root certificate(self signed) . How can i verify

Re: What is the reason for error SSL negotiation failed: error:04075070:rsa routines:RSA_sign:digest too big for rsa key

2013-02-27 Thread Jakob Bohm
of CertificateRequest.supported_signature_algorithms which is compatible with the chosen client certificate. THE RECOMMENDED BEHAVIOR is to use the strongest such element, but without choosing something impossible. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

  1   2   3   4   5   6   7   8   9   10   >