On Wednesday, 29 August 2018 14:49:52 CEST Bear Giles wrote:
> This is a total aside but I prototyped a PostgreSQL extension that
> implemented the PKI infrastructure using OpenSSL. (The OpenSSL C API...
> shudder.) The database server already had it present, for SSL support, so I
> could piggyback
This is a total aside but I prototyped a PostgreSQL extension that
implemented the PKI infrastructure using OpenSSL. (The OpenSSL C API...
shudder.) The database server already had it present, for SSL support, so I
could piggyback on that and not worry about export restrictions since
anyone that co
Changing Subject to help googlability :)
On Monday, 27 August 2018 22:38:24 CEST Robert Moskowitz wrote:
> On 08/27/2018 04:07 PM, Hubert Kario wrote:
> > now, for generating testing certificates (and what's more important, the
> > whole PKI) we are using this script to provide sensible defaults a
users-boun...@openssl.org] On Behalf Of
Philip Bellino
Sent: Monday, April 06, 2015 8:03 AM
To: openssl-users@openssl.org
Subject: [openssl-users] FIPS wrapper to lock low level AES calls in FIPS mode
Hello,
We are using Openssl-1.0.2a with FIPS 2.0.9 on Linux PPC environment. We have
code that we a
my_iv, &new_ivlen, AES_DECRYPT);
*ptlen = ctlen;
return TRUE;
}
AES_set_encrypt_key() is no longer useable in FIPS mode as
shown in the following code snippet from openssl-1.0.2a/crypto/aes/aes_misc.c -
/* FIPS wrapper functions to block low level AES calls in FIPS mode */
int AES_
On Wed, Nov 06, 2013, Karthik Krishnamurthy wrote:
> I have an application built across various Unix flavors that uses
> OpenSSL for SSL/TLS communication. I wanted to enable FIPS mode for my
> application. But, it seems like not all OpenSSL version provides the
> FIPS_mode_set wrap
I have an application built across various Unix flavors that uses
OpenSSL for SSL/TLS communication. I wanted to enable FIPS mode for my
application. But, it seems like not all OpenSSL version provides the
FIPS_mode_set wrapper function.
Basically, I want to be able to seamlessly call
ay 12, 2012 2:54 PM
To: openssl-users@openssl.org
Subject: Re: Help me find the SSL wrapper/another solution
demos/state_machine
demos/tunala
On Tue, May 8, 2012 at 2:17 PM, Marcin Głogowski wrote:
> Hello,
> I have to write non blocking SSL/TLS server based on the OpenSSL library.
> I cou
xamples or simple
> OpenSSL wrapper that make me able to do it.
> Is it possible to use SSL_read/ SSL_write functions as non blocking
> functions?
> I found some examples based on BIO - do really have to do it this way?
> My problem is I have to kill thread that operate with s
Recently I rewrote most of the C# Openssl.NET wrapper to comply with 1.0.1b
(from 0.9.8 structs/methods/enc/auth/mac/etc, very rough.) and I had a
question which is related to both openssl "C" and the wrapper.
Since this list encompasses only Openssl "C", and there
I find some client/server examples
> or simple OpenSSL wrapper that make me able to do it.
The nonblocking code I have is in a private application.
There may well be a good wrapper but I don't have it.
> Is it possible to use SSL_read/ SSL_write functions as non
> blocking fun
Hello,
I have to write non blocking SSL/TLS server based on the OpenSSL library.
I couldn't find any example/tutorial with this.
Please write me where can I find some client/server examples or simple OpenSSL
wrapper that make me able to do it.
Is it possible to use SSL_read/ SSL_write func
-- Forwarded message --From: Frank Laub <[EMAIL PROTECTED]>Date: Mar 19, 2006 4:09 AM
Subject: Re: .NET wrapper for OpenSSLTo: openssl-dev@openssl.org
http://sourceforge.net/projects/openssl-netRead-only svn access is available.I'm going through and implementing the apps
michael Dorrian wrote:
sounds brilliant. I may have needs for that shortly. Where can i get it?
Frank Laub <[EMAIL PROTECTED]> wrote: I've just recently put together a C# class library that wraps the crypto DLL via PInvoke. I was wondering if anyone here would be interested in such a thing or i
sounds brilliant. I may have needs for that shortly. Where can i get it?Frank Laub <[EMAIL PROTECTED]> wrote: I've just recently put together a C# class library that wraps the crypto DLL via PInvoke. I was wondering if anyone here would be interested in such a thing or if perhaps I should just cre
I've just recently put together a C# class library that wraps the crypto DLL via PInvoke. I was wondering if anyone here would be interested in such a thing or if perhaps I should just create a seperate project for it. It has many advantages but the biggest is allowing for ease of use of the OpenSS
Depending on what you want to do - mostly you are
better of with Bouncycastle if you want just a crypto
libary for Java instead of a "wrapper"...
--- "comeochris (sent by Nabble.com)"
<[EMAIL PROTECTED]> wrote:
> I would like use the OpenSSL libraries from Java
>
Hello,
Sorry for my bad english
I would like use the OpenSSL libraries from Java with windows,
I search a java wrapper for openssl but the problem is that this java
wrapper must work under Windows OS not under mac OS
(cf http://www.warnertechnology.com/Computers/Software
hi!
i have a python wrapper around OpenSSL and it builds fine. but when i
import it, it throws the following error
ImportError: ld.so.1: python: fatal: relocation error: file ./_testssl.so:
symbol OPENSSL_add_all_algorithms_noconf: referenced symbol not found
it seems to be coming from the
Yeah it's really well documented and full fonctionnal but not opensourced
!
Thanks
-Laurent
Mads Toftum wrote:
> On Wed, Mar 28, 2001 at 01:08:34PM -0800, Sabyasachi Gupta wrote:
> > I checked out JSSE and JKS but none provides the functionality to
> > sign certificates as a CA programmatically (
the Java thread dump gives a lot of information unralted(I don't know
how to interprete it either). try to insert a lot of debug print in your
C code and find out exactly where it fails and check every return code
from the OpenSSL library calll, from there it is much easier to find the
problem..
_
ok finally no undefined symbol error..but jvm is crashing.
I think using a command shell to execute openssl might be a better
alternative!
SIGSEGV 11* segmentation violation
si_signo [11]: SIGSEGV 11* segmentation violation
si_errno [0]: Success
si_code [0]: SI_USER [pid: 0, uid
Date sent: Thu, 29 Mar 2001 10:46:41 +0800
From: qun-ying <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject:Re: JAVA/JNI Wrapper for OpenSSL.
Send reply to: [EMAIL PROTECTED]
Yes, this normally is the result of inc
app_RAND_load_file() is not in the library. it is only a function used
in the openssl command tool. you can get the function definition in
apps/app_rand.c
__
OpenSSL Project http://www.openssl.org
U
Wrapper for OpenSSL.
what platform/compiler are you running?
take note of the order you supply the library. move the -lcrypto to the
last of your link command may solve your problem.
__
I wrote a JNI stub myx509.c and compiled it
what platform/compiler are you running?
take note of the order you supply the library. move the -lcrypto to the
last of your link command may solve your problem.
__
OpenSSL Project http://www.opens
I wrote a JNI stub myx509.c and compiled it into a shared library.
But while running the java file I get UnsatisfiedLinkError: Undefined
symbol: app_RAND_load_file
The problem is I dont know which are the files to be put in the shared
library
or if there is any single archive file..I tried linkin
On Wed, 28 Mar 2001, Hausermann Laurent wrote:
> Is there someone who knows a good up-to-date implementation of a JNI
> glue so you could access OpenSSL library through JAVA Classes (JCE or
> JSSE conformance should be great) ?
>
> I found through the www.openssl.org but it seems to be a bit old
Hi,
Is there someone who knows a good up-to-date implementation of a JNI
glue so you could access OpenSSL library through JAVA Classes (JCE or
JSSE conformance should be great) ?
I found through the www.openssl.org but it seems to be a bit old.
Is the project maintenair interrested in adding t
I too would be interested in such a wrapper OR tips as to how I could build
one myself. ie what should I look out for and definately NOT do.
/colin chalmers
- Original Message -
From: "Bernard Dautrevaux" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday,
> -Original Message-
> From: Mike Couvillion [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 27, 2000 4:59 PM
> To: [EMAIL PROTECTED]
> Subject: Wrapper...
>
>
> Has anyone done a C++ wrapper class for the OpenSSL library they would
> be willing to shar
Has anyone done a C++ wrapper class for the OpenSSL library they would
be willing to share? I'm currently using 0.96 and my goal is to provide
a simple enough wrapper class for the other development teams to use on
their projects requiring secure connections.
Sorry all I figured it out, I had my own memory leak that was screwing me
up.
Apologizes to all for the interruption,
brian
-Original Message-
From: Brian Snyder
Sent: Monday, May 01, 2000 5:37 PM
To: Ssl (E-mail)
Subject: SIGBUS on solaris w/ C++ wrapper class any ideas???
Hi
Hi all,
I am writing a C++ wrapper class as an interface into certain openSSL
commands, and when I call SSL_write, I get a SIGBUS. I traced through with
gdb and where this call takes place, I tried to 'print ssl' I get:
$5 = (SSL*) 0x656e7449,
then I do 'print *ssl' I get:
34 matches
Mail list logo