> From the https://www.openssl.org/docs/manmaster/crypto/crypto.html
> page
>
> - the links to x509v3, asn1, stack and txt_db are broken.
Yes, cross-refs within the manpages are still often broke. We're working on
that.
> - it's unclear what "INTERNAL FUNCTIONS" means.
UTILITY is a better
On Aug 24, 2015, at 11:33 AM, David Luengo López wrote:
> 439 #define DUMMY_SEED "" /* at least MD_DIGEST_LENGTH */
> 440 /* Note that the seed does not matter, it's just that
> 441 * ssleay_rand_add expects to have something to hash. */
> 442
Hello openssl-ers,
Anyone knows what does OPENSSL_SYS_VOS macro means?
I'm building OpenSSL (1.0.1l) for Vxworks and I when I ran some tests I got
some errors while generating a new session ID because it seems it is
running out of entropy in the entropy pool. I've been looking into the code
and I
Hey guys,
I am currently working on an openssl backend for glib and I got to a point
where I am blocked and maybe you can help me understand what I am doing
wrong.
First of all the source code can be found here:
https://github.com/nice-software/glib-networking/tree/wip/openssl
The problem is the
On Fri, Aug 21, 2015 at 4:07 PM, Salz, Rich wrote:
>
> >Are there any recommended ways to avoid certificates being sent in
> cleartext? That is, to first establish an anonymous encrypted channel, and
> then to authenticate within the encrypted channel.
>
> Not without breaking the protocol.
>
If