summaryrefslogtreecommitdiffstats
path: root/build.info (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-23RSA security bits calculationPauli2-1/+188
2018-10-22RAND_add(): fix heap corruption in error pathDr. Matthias St. Pierre1-0/+4
2018-10-21build file templates: have targets for all shared library namesRichard Levitte2-36/+32
2018-10-19Don't complain and fail about unknown TLSv1.3 PSK identities in s_serverMatt Caswell1-3/+2
2018-10-19Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell3-28/+47
2018-10-19Use the read and write buffers in DTLSv1_listen()Matt Caswell3-30/+19
2018-10-19Test DTLS cookie generation and verificationMatt Caswell1-0/+51
2018-10-19Fix a DTLS memory leakMatt Caswell1-1/+3
2018-10-19sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.Andy Polyakov1-77/+69
2018-10-19Configurations/15-android.conf: add support for "standalone toolchain".Andy Polyakov2-15/+44
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov1-1/+2
2018-10-19Fix tls_cbc_digest_record is slow using SHA-384 and short messagesarmfazh1-2/+3
2018-10-18Apply self-imposed path length also to root CAsViktor Dukhovni1-5/+4
2018-10-18Only CA certificates can be self-issuedViktor Dukhovni1-2/+2
2018-10-17s390x assembly pack: add OPENSSL_s390xcap man page.Patrick Steuer2-0/+174
2018-10-17s390x assembly pack: add OPENSSL_s390xcap environment variable.Patrick Steuer3-13/+556
2018-10-17Deprecate ECDH_KDF_X9_62()Antoine Salon4-3/+9
2018-10-17EVP module documentation passAntoine Salon23-58/+434
2018-10-17Fix: 'openssl ca' command crashes when used with 'rand_serial' optionDr. Matthias St. Pierre1-9/+10
2018-10-17Build file templates: look at *all* definesRichard Levitte2-6/+6
2018-10-17Add a missing check on s->s3->tmp.pkeyMansour Ahmadi1-0/+6
2018-10-17print() is a function in Python 3cclauss1-1/+1
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre13-46/+128
2018-10-13Fix copy&paste error found in Coverity scanTomas Mraz1-1/+1
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov1-1/+2
2018-10-12ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov1-3/+5
2018-10-12sha/asm/keccak1600-s390x.pl: resolve -march=z900 portability issue.Andy Polyakov1-2/+2
2018-10-12Fix a typo in a macroMatt Caswell1-1/+1
2018-10-11Safer memory cleanup in (crypto/rsa/rsa_lib.c)Mykola Baibuz1-8/+8
2018-10-11Fix compiling warnings in example codePaul Yang1-2/+3
2018-10-10crypto/rand: fix some style nit'sFdaSilvaYY4-12/+16
2018-10-10rand_unix.c: fix --with-rand-seed=none buildDr. Matthias St. Pierre1-15/+22
2018-10-10Fix no-engineMatt Caswell1-0/+1
2018-10-09mkdef: bsd-gcc uses solaris symbol version scriptsBenjamin Kaduk1-0/+1
2018-10-09Fix a nit of copyright date rangePaul Yang1-1/+1
2018-10-08apps: allow empty attribute values with -subjBenjamin Kaduk4-6/+19
2018-10-08Cleanup typos and grammar in DES_random_key.podԜеѕ1-14/+14
2018-10-07Indentation fixes.Pauli1-8/+8
2018-10-07Remove useless check.Mykola Baibuz1-28/+32
2018-10-05/dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte1-4/+4
2018-10-05test/secmemtest: test secure memory only if it is implementedDr. Matthias St. Pierre3-33/+39
2018-10-05util/mkdef.pl: for VMS, allow generation of case insensitive symbol vectorRichard Levitte2-31/+57
2018-10-05Configure: use correct variable to infer the .ld file locationRichard Levitte1-1/+1
2018-10-05Add build file support for generic symbol exports with DSOsRichard Levitte4-27/+52
2018-10-05Change the build of engines to use ordinal files for symbol exportRichard Levitte2-0/+22
2018-10-05util/mkdef.pl: Produce version scripts from unversioned symbolsRichard Levitte1-18/+33
2018-10-04Extend the BIO callback tests to check the return value semanticsMatt Caswell1-28/+89
2018-10-04Fix the BIO callback return code handlingMatt Caswell1-2/+2
2018-10-04Refactor util/mknum.pl for clearer separation of functionalityRichard Levitte2-1347/+151
2018-10-04Add code to manipulate the items in OpenSSL::OrdinalsRichard Levitte1-35/+545