Re: Version difference

2013-09-11 Thread Jakob Bohm
the Government standard). When the Use FIPS flag is not set, a FIPS capable OpenSSL behaves just like a not FIPS capable OpenSSL with the same version number, and neither may be legally used by US government employees and contractors. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: Consequences to draw from the latest Snowden revelations?

2013-09-11 Thread Jakob Bohm
if that EC DRBG used is compromised, so are all the random bits. Besides, I gave up using Intel-promoted hardware crypto when they removed the firmware hub RNG just after convincing everybody to add software support for it. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: Consequences to draw from the latest Snowden revelations?

2013-09-11 Thread Jakob Bohm
an AES channel to share the secret? Your are wrong, see above. 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: [openssl-users] Re: adding certificate policies extension in CSR

2013-09-11 Thread Jakob Bohm
extension in the CSR. Is this syntax correct:? add_ext(exts, NID_certificate_policies, 1.3.6.1); (based on function mkreq() in file openssl/demos/x509/openssl/demos/x509/mkreq.c) Thanks Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: Using PKCS#1 instead of PKCS#8

2013-08-12 Thread Jakob Bohm
to the older version, or, alternately, specify the older version when generating keys? Yes, the command is openssl pkcs8 -in pkcs8file.pem -out oldformat.pem 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: [winlinke...@gmail.com: update openssl error]

2013-08-12 Thread Jakob Bohm
-dir=/etc/pki/tls --with-ssl-engine --with-pam --with-selinux --with-kerberos5=/usr --with-md5-passwords --with-bsd-auth --with-ipaddr-display --with-4in6 but the still the same problem,so,what should i do? i'm waiting your answer???thank u - End forwarded message - Enjoy Jakob -- Jakob

Re: OpenSSH 6.2 with OpenSSL 1.0.1e hang at SERVICE_ACCEPT [was: openssl 6.2 hangs]

2013-08-08 Thread Jakob Bohm
debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received == hangs here until I control C== Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej

Re: GoldBug.sf.net - Secure Instant Messenger

2013-08-02 Thread Jakob Bohm
errors. ;-) Find some comments inline .. Regards Tom. 2013/8/1 Jakob Bohm jb-open...@wisemo.com mailto:jb-open...@wisemo.com GoldBug.sf.net http://GoldBug.sf.nethttp://GoldBug.sf.net- Secure Instant Messenger http://goldbug.sourceforge.net/ Please evaluate the OpenSSL implemntation Any comments

Re: GoldBug.sf.net - Secure Instant Messenger

2013-08-01 Thread Jakob Bohm
the encrypted envelope. - Base64 encoding is not necessary, wastes bandwidth and increases the potential for cryptanalysis against the SSL tunneling, if used. All in all, I am not impressed. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: openssl for self signed certificates

2013-07-31 Thread Jakob Bohm
the well known key usage as critical ensures that any software too old to obey the restriction cannot use the certificate which is good. Marking your CPS as critical limits use of the certificate to software specially modified to recognize it. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: OCSP and self signed

2013-07-31 Thread Jakob Bohm
On 31-07-2013 11:02, Eisenacher, Patrick wrote: -Original Message- From: Jakob Bohm On 30-07-2013 20:53, Walter H. wrote: On 30.07.2013 19:51, Eisenacher, Patrick wrote: In Boolean logic, we have the following possibilities: - Root is trusted, so the revocation is valid, so the root

Re: SSL error after machine restart.

2013-07-31 Thread Jakob Bohm
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM OPENSSLDIR: /etc/pki/tls engines: aesni dynamic Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: OCSP and self signed

2013-07-31 Thread Jakob Bohm
On 31-07-2013 16:01, Walter H. wrote: Eisenacher, Patrick wrote: -Original Message- From: Jakob Bohm On 31-07-2013 11:02, Eisenacher, Patrick wrote: -Original Message- From: Jakob Bohm On 30-07-2013 20:53, Walter H. wrote: On 30.07.2013 19:51, Eisenacher, Patrick wrote

Re: OCSP and self signed

2013-07-31 Thread Jakob Bohm
and only trust of the key. 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: OCSP and self signed

2013-07-31 Thread Jakob Bohm
at a company that was perhaps the apotheosis of that) 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: openssl ca -revoke

2013-07-30 Thread Jakob Bohm
need something to manage expiration of keys auto-magically. Java Key Storage is not such a good idea, it is no safer than regular openssl private key files. And then there are all those Java security bugs to deal with. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

Re: OCSP and self signed

2013-07-30 Thread Jakob Bohm
as for a CA root cert. - Where the protocols require/assume the CA cert to be marked with CA:TRUE, thisshould be ignored solely for the purpose of checking for self- revocation and self-issuance. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: OCSP and self signed

2013-07-30 Thread Jakob Bohm
sign a more precisely dated revocation CRL and put the OCSP server in all is revoked mode. Unfortunately, OpenSSL is broken and will apparently ignore all such emergency messages. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark

Re: [Encrypting_Decrypting with DES]

2013-06-18 Thread Jakob Bohm
On 6/17/2013 5:11 PM, Matt Caswell wrote: On 17 June 2013 15:17, Jakob Bohm jb-open...@wisemo.com wrote: IV's should always be random - you should not reuse an IV. Using the the last block of cipher-text from a previous message as the IV gives a predictable IV which is insecure in CBC mode

Re: [Encrypting_Decrypting with DES]

2013-06-17 Thread Jakob Bohm
. Nobody bothers to write about that because they think it is so obvious. 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: Why CA-signed OCSP responders are a bad idea [WAS:Is it me or is ocsp.comodoca.com doing something wrong?]

2013-06-14 Thread Jakob Bohm
to not use all the pre-issued OCSP certificates at once, hold some of them back in case the online ones are compromised. 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: Degenerate DH key vulnerability in 0.9.8?

2013-06-14 Thread Jakob Bohm
On 6/14/2013 11:12 PM, Matt Caswell wrote: On 14 June 2013 01:55, Jakob Bohm jb-open...@wisemo.com wrote: On 6/12/2013 11:35 PM, Matt Caswell wrote: On 12 June 2013 21:15, Jakob Bohm jb-open...@wisemo.com wrote: As for the DH_check_pub_key() function, checking if pubkey is in the range

Re: Why CA-signed OCSP responders are a bad idea [WAS:Is it me or is ocsp.comodoca.com doing something wrong?]

2013-06-14 Thread Jakob Bohm
, and the failure to provide any request indication that a client implements anything post-RFC2560 (you could be lucky to receive a redundant algorithm list specifying the defaults from some post RFC6277 clients). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

Re: Degenerate DH key vulnerability in 0.9.8?

2013-06-13 Thread Jakob Bohm
On 6/12/2013 11:35 PM, Matt Caswell wrote: On 12 June 2013 21:15, Jakob Bohm jb-open...@wisemo.com wrote: As for the DH_check_pub_key() function, checking if pubkey is in the range two to large prime minus 2, inclusive is an insufficient check against accepting degenerate keys. For instance

Re: Degenerate DH key vulnerability in 0.9.8?

2013-06-12 Thread Jakob Bohm
On 6/1/2013 1:13 AM, Matt Caswell wrote: On 31 May 2013 21:07, Matt Caswell fr...@baggins.org wrote: On 31 May 2013 16:42, Jakob Bohm jb-open...@wisemo.com wrote: Interesting, I don't seem to be able to find code that calls dh_check or equivalent on received DH group parameters

Re: Entrpoy and OpenSSL

2013-06-12 Thread Jakob Bohm
() by simply passing it the option -rand YourEntropyFile. On Fri, Jun 7, 2013 at 3:38 PM, Jakob Bohm jb-open...@wisemo.com mailto:jb-open...@wisemo.com wrote: On 6/6/2013 4:57 AM, srikanth chakravarthula wrote: Hi I need help in openssl random seed genertion. We use

Re: PKCS8 Encryption Algorithm

2013-06-12 Thread Jakob Bohm
command line tool, it would need new options to specify that key source and provide access to it. 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: Entrpoy and OpenSSL

2013-06-07 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 genrsa failure when OPENSSL_FIPS defined

2013-06-06 Thread Jakob Bohm
unknown reason). 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: Is the DES algorithm of openssl DPA / SPA safe?

2013-06-03 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

Degenerate DH key vulnerability in 0.9.8?

2013-05-31 Thread Jakob Bohm
P.S. I am very familiar with the DH algorithm as such and I am somewhat surprised that these sanity checks were missing in the official DH implementation so recently (if the report is true). Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: Degenerate DH key vulnerability in 0.9.8?

2013-05-31 Thread Jakob Bohm
On 5/31/2013 3:41 PM, Matt Caswell wrote: On 31 May 2013 10:58, Jakob Bohm jb-open...@wisemo.com wrote: According to a server testing service I have tried, OpenSSL 0.9.8 fails to reject degenerate ephemeral DH keys, while OpenSSL 1.0.0 does this rejection. They do not provide a CVE number

Re: Anybody successful enabling FIPS mode in wince kernel mode DLL ?

2013-05-29 Thread Jakob Bohm
if relocated at load time, this is much more robust, but I am not sure if the FIPS team had the foresight to implement this (On all modular platforms that I know, DLLs and kernel modules are never guaranteed a specific load address, and this is made worse if ASLR is enabled). Enjoy Jakob -- Jakob Bohm

Re: SSL_VERIFY_PEER and self-signed certificates

2013-05-29 Thread Jakob Bohm
for the first way, or default to the second way. Since you have one cert in one PEM file, the fileornull (CAfile) approach is simplest. 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: 3DES functions in FIPS mode

2013-05-29 Thread Jakob Bohm
is to artificially restrict OpenSSL to algorithms which are currently approved for use inside the US Government. 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: Pipe command not working

2013-05-27 Thread Jakob Bohm
++ runtime used by the command shell in this regard. 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: Printing OpenSSL console error message in syslog

2013-05-24 Thread Jakob Bohm
-whatever 21 | logger -p local4.info This redirects both openssl stderr and stdout to stdout then pipes it to logger which will pass it to syslog. 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: Release policy

2013-05-24 Thread Jakob Bohm
MAJOR release: OpenSSL 1.1.0, currently in development. * The release date is yet to be set. * The current CVS Source Code State http://www.openssl.org/source/cvs/ Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45

Re: Reg: The private key installation on the client side

2013-05-24 Thread Jakob Bohm
signatures made by the thief. The same is done if the client loses his right to the certificate in some other way, e.g. a company employee being fired from the job position listed in the certificate, or a server being uninstalled. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: Prefix “[openssl-users]” onto mailing list subjects?

2013-05-24 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: [openssl-users] Display CSR w/ subjectAltName

2013-05-23 Thread Jakob Bohm
\ -infiles $CERTPATH/http.csr Does the config file used by your CA say to copy the Alt names extension from the requests? 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: CMS doesn't like an old Security Catalog file

2013-05-23 Thread Jakob Bohm
in latest edition. 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: Hi

2013-05-22 Thread Jakob Bohm
of the ISO 9796 schemes. 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 build for ce6 on ARM

2013-05-21 Thread Jakob Bohm
with unresolved reference for ___iob_func . I am not sure what the problem is . We have done it a number of times, I am currently repackaging our patches for general consumption. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: Build error with 1.0.1e on Win64 with VC++ 2010 and nasm

2013-05-21 Thread Jakob Bohm
Visual Studio 2005 with little or no problems, and the resulting libs link nicely with VS2010, but I have not tested building OpenSSL itself on VS2010. 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: FIPS Capable Ciphers List

2013-05-15 Thread Jakob Bohm
checking for these workaround settings, before some major products were updated. It was quite an ordeal to apply the workarounds in some products where detailed cipher adjustment was left as a semi-undocumented complex config file manipulation for experts only. Enjoy Jakob -- Jakob Bohm, CIO, Partner

Re: Possible to create a CSR from just a certificate?

2013-05-15 Thread Jakob Bohm
subject and public key? A certificate request is signed by the private key so no, its not 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

Re: FIPS Capable Ciphers List

2013-05-15 Thread Jakob Bohm
documents and functionality are to be combined in various scenarios tend to degrade into bureaucracy for bureaucracy's sake. 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: FIPS Capable Ciphers List

2013-05-15 Thread Jakob Bohm
On 5/15/2013 5:26 PM, Viktor Dukhovni wrote: On Wed, May 15, 2013 at 01:07:23PM +0200, Jakob Bohm wrote: If the underlying choices need to be configurable, that should generally not be via the UI, rather via a configuration file of some sort. This assumes your users are normal users, not SSL

Re: Question regarding openssl program to compute the hashes and finger-prints.

2013-05-14 Thread Jakob Bohm
and -issuer_hash_old options to x509 utility to output hashes compatible with older versions of OpenSSL. [Willy Weisz we...@vcpc.univie.ac.at] For c_rehash, I think -subject_hash_old is the important one. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730

Re: Generating the same RSA PKI without using random seed

2013-05-13 Thread Jakob Bohm
not let either side (or a man in the middle) see what the other end has. I am not sure what the OpenSSL user interface for using SRP is, maybe others can answer that. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13

Re: connection encrypted (a question)

2013-05-12 Thread Jakob Bohm
downloads. 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: connection encrypted (a question)

2013-05-12 Thread Jakob Bohm
to test my server. It's a name like another. What's the problem? Do you evalute a book from its cover? Or try to (almost) read preface? Don't you judge without know. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31

Re: Remove SSLv2 via #ifdef

2013-05-11 Thread Jakob Bohm
On 10-05-2013 21:24, Salz, Rich wrote: Would there be any interest (and support) from the dev team for patches that completely remove SSLv2 API’s? /r$ Already there: ./Configure -no-ssl2 __ OpenSSL Project

Re: Trouble with Illegal instruction

2013-05-11 Thread Jakob Bohm
)| 139.20.200.42|:443... verbunden. Program received signal SIGILL, Illegal instruction. [Switching to Thread 0xb733e700 (LWP 16808)] 0xb7560650 in fips_gcm_ghash_4bit_mmx () from /usr/lib/libcrypto.so. 1.0.0 (gdb) Please can I solve that problem Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo

Re: BN_new/BN_init/BN_free

2013-05-03 Thread Jakob Bohm
) { BN_init(Res); BN_mul(Res,A,B,Ctx); BN_free_clear(Res); } BN_CTX_free(Ctx) } The choice between the two styles is a matter of optimization specific to the compiler you use and the actual variable lifetimes in you application. Enjoy Jakob -- Jakob Bohm, CIO

Re: TLS version in ssl protocol header

2013-05-02 Thread Jakob Bohm
to set this in 1.0.1c .? There is at least one related bug fixed in later 1.0.1 releases, try 1.0.1e Content Type: Handshake (22) *Version: TLS 1.2 (0x0303)* Is this a dump of the output from your 1.0.1c with those options?, looks like it worked anyway then... Enjoy Jakob -- Jakob Bohm

Re: AES128-ECB

2013-05-02 Thread Jakob Bohm
mixtures of the original pixel colors. However because this color mapping is the same throughout the image, the result will still greatly resemble the original, only with funky colors. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark

Re: TLS version in ssl protocol header

2013-05-02 Thread Jakob Bohm
. Any takers? 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: Key usage at openssl

2013-05-01 Thread Jakob Bohm
) and/or google it. 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: TLS version in ssl protocol header

2013-04-30 Thread Jakob Bohm
packet as above ..? Use OpenSSL library version 1.0.1e or later and pass the option bits: SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2 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: OpenSSL PCI/DSS Compliance

2013-04-30 Thread Jakob Bohm
libraries, so the OpenSSL code goes inside your own application EXE or Application DLL. 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: Is it possible to configure only TLSv1.2 ciphers for FIPS?

2013-04-29 Thread Jakob Bohm
. I may be mistaken here. Jakobs mail clears the confusion for me. Thanks! Cipher. 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: Is it possible to configure only TLSv1.2 ciphers for FIPS?

2013-04-26 Thread Jakob Bohm
. # This option is new in Apache mod_ssl 2.2.24 SSLCompression off if there is no config option, which functions need to be changed to support only TLSv1.2 in FIPS mode?(If the list is not so long) any inputs are highly appreciated. Thanks, Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S

Re: Data and Signature (envelope)

2013-04-25 Thread Jakob Bohm
: ERR_load_crypto_strings(); ERR_print_errors_fp(stderr); exit(1); } 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: AW: CRYPTO_malloc (num=12, file=0x81e3ba9 lhash.c, line=193) at mem.c:308

2013-04-17 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: BN_num_bits segv fault

2013-04-17 Thread Jakob Bohm
this? Any known solutions? I did note that in 0.9.8 BN_num_bits was a function and now in 1.0.1e it’s a macro – could it be issue! 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: Using libcrypto's RSA code

2013-04-17 Thread Jakob Bohm
and thus most commandline utilities is intervals of 64 characters, which is usually convenient. I observe you've broken your lines above at 63 for some reason.) ... Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13

Re: AES_encrypt : Size of the cipher text

2013-04-16 Thread Jakob Bohm
printf(\n); } Please correct me if I have gone wrong anywhere ? Thanks -Anil 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: Problem loading der encoded RSA public key inlined with objcopy.

2013-04-11 Thread Jakob Bohm
) * \ sizeof(_binarycertificates_der_start[0])) 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: Stream file encryption (syslog-ng logs to openssl for live encryption)

2013-04-10 Thread Jakob Bohm
the file is closed... Kind regards, 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: Using openssl for AS2 [I]

2013-04-05 Thread Jakob Bohm
encodings you may encounter, thus making your life easier. From: Jakob Bohm jb-open...@wisemo.com To: openssl-users@openssl.org, Date: 04/04/2013 11:02 PM Subject:Re: Using openssl for AS2 [I] On 4/4

Re: openssl-1.0.1c issue: invalid command:ssl_ciph.c:1170:

2013-04-04 Thread Jakob Bohm
the openssl library to new version? Yes it was a bug. No, 1.0.1 to 1.0.1d contain known security holes in the SSL code and should not be used for SSL operations, which is the reason why 1.0.1e was released at all. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com

Re: Using openssl for AS2 [I]

2013-04-04 Thread Jakob Bohm
? Just filter the result through a simple script that removes those headers and decodes the Content-Transfer-Encoding. 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: Using libcrypto's RSA code

2013-04-02 Thread Jakob Bohm
BIO_new_mem_buf(key,len_or_neg1); EVP_PKEY* pkey=PEM_read_bio_PUBKEY(mem,NULL,NULL,NULL); Or PEM_read_bio_RSA_PUBKEY to downcast to RSA*, which you can also do separately, but EVP is generally preferable. snip Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej

Re: how to STORE encrypted string in database

2013-03-31 Thread Jakob Bohm
On 31-03-2013 08:49, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Jakob Bohm Sent: Thursday, 28 March, 2013 20:53 Look up the documentation of the following OpenSSL functions (Yes this is a bit roundabout for encoding a single string, but this is all OpenSSL exposes

Re: how to STORE encrypted string in database

2013-03-28 Thread Jakob Bohm
wrote: Encrypted data is not a text string, it is an array of binary octets. You will have to do something like base64 encode/decode when treating it as a text string. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev

Re: 0.9.8 vs 1.0.x

2013-03-26 Thread Jakob Bohm
the major differences between versions 0.9.8 and 1.0.x? Now that 0.9.8 may not live for long, planning to move to 1.0.x versions. Are they API compatible? Any other restrictions? Thank You in advance. --Gopu -- Jakob Bohm, CIO, partner, WiseMo A/S. http://www.wisemo.com Transformervej 29

Re: 0.9.8 vs 1.0.x

2013-03-26 Thread Jakob Bohm
://www.openssl.org User Support Mailing List 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

Re: 0.9.8 vs 1.0.x

2013-03-26 Thread Jakob Bohm
:44 PM, Jakob Bohm wrote: You can also read the detailed list in the file CHANGES in the OpenSSL source code download, that file lists the changes, version by version going back several versions. However the file in the latest 1.0.x archive does not list which fixes were made to 0.9.8 after work

Re: Timestamp for Microsoft Authenticode?

2013-03-25 Thread Jakob Bohm
: with -noattr or without -noattr what went wrong? can someone please help me? Thanks, Walter 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: error retrieving entropy

2013-03-20 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: Timestamp for Microsoft Authenticode?

2013-03-19 Thread Jakob Bohm
until after manipulation by the client. 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: SSL_OP_NO_TLSv1_1 doesn't seem to disable TLS 1.1 and above protocols on Openssl 1.0.1e

2013-03-19 Thread Jakob Bohm
are from the exact same version of OpenSSL as the libssl you are linking to. 2. The definition was recently changed so you may now need to explicitly pass the SSL_OP_NO_TLSv1_2 flag too. For a longer explanation, read the file CHANGES in the OpenSSL source code. Enjoy Jakob -- Jakob Bohm, CIO, Partner

Re: Timestamp for Microsoft Authenticode?

2013-03-19 Thread Jakob Bohm
. On 19-03-2013 21:41, Walter H. wrote: Hi, thanks for your infos can you please tell me, where I can find your postings to this topic, you made in the past? On 19.03.2013 20:07, Jakob Bohm wrote: Won't work (as you saw), this function doesn't take the actual ContentInfo structure as input

Re: FPSCANISTER build cross compilation problem

2013-03-08 Thread Jakob Bohm
mentioned depends on the exact text of the official OpenSSL FIPS documents that were part of the validation of the official FIPSCANISTER, so read them carefully. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13

Re: bugid 2553 : openssl 1.0.1e throws SIGILL on Solaris 10 sparc64

2013-03-07 Thread Jakob Bohm
message) However this appears to run fine : node002 $ openssl version OpenSSL 1.0.1e 11 Feb 2013 (Just like it did under truss!) 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: bugid 2553 : openssl 1.0.1e throws SIGILL on Solaris 10 sparc64

2013-03-07 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: how to disable

2013-03-01 Thread Jakob Bohm
up doing local compiles of both OpenSSL 1.0.1e and the web server code to get #3 right. 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: TLS ClientHello v3.3 not supported by all servers

2013-03-01 Thread Jakob Bohm
the reception of the message. This is a new behavior from version 1.0.1-e 1.0.1-d was which sending ClientHello v3.2 are fine. How to reproduce: openssl s_client -connect aur.archlinux.org:443 http://aur.archlinux.org:443 Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http

Re: Identifying length of decrypted data.

2013-02-28 Thread Jakob Bohm
number of CPU cycles to process a given number of encrypted bytes, regardless of the recovered length or decryption failures). 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: 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

Re: Unsupported Architecture ?

2013-02-27 Thread Jakob Bohm
compatible with the ARMv4 architecture, provided you use interworking stubs to call from thumb code to non-thumb ARM code. This is done by setting a few gcc options. Enjoy Jakob -- Jakob Bohm, CIO, Partner, WiseMo A/S. http://www.wisemo.com Transformervej 29, 2730 Herlev, Denmark. Direct +45 31 13 16

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: 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: 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

<    3   4   5   6   7   8   9   10   11   12   >