[openssl-dev] [openssl.org #4602] Missing accessors

2016-07-07 Thread Richard Levitte via RT
On Thu Jul 07 21:29:09 2016, levitte wrote: > On Sat Jul 02 10:59:38 2016, k...@roeckx.be wrote: > > /* Add to include/openssl/x509_vfy.h : */ > > > > typedef int (*X509_STORE_CTX_get_issuer)(X509 **issuer, X509_STORE_CTX > > *ctx, X509 *x); > > typedef int (*X509_STORE_CTX_check_issued)(X509_STORE

Re: [openssl-dev] [openssl.org #4602] Missing accessors

2016-07-07 Thread Kurt Roeckx via RT
On Thu, Jul 07, 2016 at 09:40:24PM +, Richard Levitte via RT wrote: > On Sat Jul 02 10:59:38 2016, k...@roeckx.be wrote: > > /* Add to include/openssl/x509v3.h */ > > > > void X509_set_extension_flags(X509 *x, uint32_t ex_flags); > > void X509_clear_extension_flags(X509 *x, uint32_t ex_flags);

Re: [openssl-dev] [openssl.org #4602] Missing accessors

2016-07-07 Thread Kurt Roeckx
On Thu, Jul 07, 2016 at 09:40:24PM +, Richard Levitte via RT wrote: > On Sat Jul 02 10:59:38 2016, k...@roeckx.be wrote: > > /* Add to include/openssl/x509v3.h */ > > > > void X509_set_extension_flags(X509 *x, uint32_t ex_flags); > > void X509_clear_extension_flags(X509 *x, uint32_t ex_flags);

[openssl-dev] [openssl.org #4602] Missing accessors

2016-07-07 Thread Richard Levitte via RT
On Sat Jul 02 10:59:38 2016, k...@roeckx.be wrote: > /* Add to some header file */ > > CRYPTO_RWLOCK *X509_STORE_get_lock(X509_STORE *ctx); > > /* Add to some implementation file */ > > /* Add to crypto/x509/x509_lu.c */ > > CRYPTO_RWLOCK *X509_STORE_get_lock(X509_STORE *v) > { > return v->lock; >

Re: [openssl-dev] [openssl.org #4602] Missing accessors

2016-07-07 Thread Salz, Rich via RT
I think we should ask kurt to ask the original reporter what they need to do. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4602 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-de

[openssl-dev] [openssl.org #4602] Missing accessors

2016-07-07 Thread Richard Levitte via RT
On Sat Jul 02 10:59:38 2016, k...@roeckx.be wrote: > /* Add to include/openssl/x509v3.h */ > > void X509_set_extension_flags(X509 *x, uint32_t ex_flags); > void X509_clear_extension_flags(X509 *x, uint32_t ex_flags); > > > /* Add to crypto/x509v3/v3_purp.c */ > > void X509_set_extension_flags(X509

[openssl-dev] [openssl.org #4602] Missing accessors

2016-07-07 Thread Richard Levitte via RT
On Sat Jul 02 10:59:38 2016, k...@roeckx.be wrote: > /* Add to include/openssl/x509_vfy.h : */ > > typedef int (*X509_STORE_CTX_get_issuer)(X509 **issuer, X509_STORE_CTX > *ctx, X509 *x); > typedef int (*X509_STORE_CTX_check_issued)(X509_STORE_CTX *ctx, X509 > *x, X509 *issuer); > > void X509_STORE

[openssl-dev] [openssl.org #4602] Missing accessors

2016-07-07 Thread Richard Levitte via RT
On Sat Jul 02 10:59:38 2016, k...@roeckx.be wrote: > Hi, > > I received the following bug in debian: > https://bugs.debian.org/829272 > > > I got a lot of bugs filed about packages FTBFS with openssl 1.1.0. > I started to look at some of them, and many of them are due too > structures having been m

[openssl-dev] MGF1-OAEP with SHA2

2016-07-07 Thread c.hol...@ades.at
Hi! I try to get RSA enryption/decryption (over the API) with MGF1 OAEP-padding other then SHA1. As far I can see it is still limited to SHA1. Does anyone know a patch or is there a plan to extend it? I know too less about padding and MGF and I am not sure it is only a change of the digest an

[openssl-dev] [openssl.org #4606] BUG: Windows Startup Code in OpenSSL RAND_poll() Is Ineffective

2016-07-07 Thread Matt Caswell via RT
Closing this ticket - fixed in 1.1.0. Matt -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4606 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev