summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_bcons.c (unfollow)
Commit message (Expand)AuthorFilesLines
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