aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-08Add some accessor API'sRich Salz14-6/+120
2016-06-08crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi1-6/+5
2016-06-08Always use session_ctx when removing a sessionTodd Short5-7/+7
2016-06-08Fix some typos in pod filesFdaSilvaYY11-20/+20
2016-06-08Ignore tsget.pl and c_rehash.pl, as well as other compiler generated filesRichard Levitte1-1/+10
2016-06-07Add empty record testsMatt Caswell1-0/+81
2016-06-07Reject out of context empty recordsMatt Caswell4-13/+29
2016-06-07Fix pipelining bugMatt Caswell1-0/+1
2016-06-07Add a BN_mod_word test()Matt Caswell1-1/+7
2016-06-07Fix BN_mod_word bugMatt Caswell1-0/+22
2016-06-07Unify d2i/i2d documentation.Rich Salz18-667/+658
2016-06-07Nit about pod filenamesRich Salz2-0/+14
2016-06-07Fix potential access of null pointer (pp)Rob Percival1-2/+2
2016-06-07Add an SSL get/set testMatt Caswell3-1/+115
2016-06-07Add documentation for the newly added SSL_get_tlsext_status_type()Matt Caswell1-6/+30
2016-06-07Add SSL_CTX_get_tlsext_status_type()Matt Caswell2-2/+8
2016-06-07Return the value of tlsext_status_type in the return not argMatt Caswell1-2/+1
2016-06-07Add SSL_get_tlsext_status_type() methodAlessandro Ghedini3-0/+9
2016-06-07Fix some GitHub issues.Rich Salz2-5/+5
2016-06-07Set flag BN_FLG_CONSTTIME earlierCesar Pereida1-3/+2
2016-06-07Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida1-13/+8
2016-06-07Add script to find undocumented APIRich Salz2-28/+159
2016-06-07Document the issue with threads and dlopen()Matt Caswell1-3/+13
2016-06-06More doc nitsRich Salz64-64/+68
2016-06-06NOTES.WIN: use secure urlsViktor Szakats1-3/+3
2016-06-06tests: fix the shutting up of the shellRichard Levitte1-4/+6
2016-06-06Fix the directory target generationRichard Levitte1-2/+14
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell13-264/+160
2016-06-06Simplify dsa_ossl.cMatt Caswell1-41/+20
2016-06-06Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida1-4/+5
2016-06-06s390x assembly pack: improve portability.Andy Polyakov2-4/+4
2016-06-06tests: Shut the shell up unless verboseRichard Levitte2-1/+17
2016-06-05Remove extra include's in synopsis.Rich Salz21-33/+24
2016-06-05Configure: complete the changed fuzz option checksRichard Levitte1-1/+2
2016-06-05Silence misleading test_abort stderr outputViktor Dukhovni1-0/+1
2016-06-04Constify X509V3_EXT_*_conf*FdaSilvaYY2-44/+44
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY3-3/+3
2016-06-04Constify ASN1_generate_v3FdaSilvaYY3-5/+5
2016-06-04Constify s2i_ASN1_IA5STRINGFdaSilvaYY2-5/+4
2016-06-04Constify s2i_ASN1_INTEGERFdaSilvaYY3-4/+4
2016-06-04Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY2-4/+4
2016-06-04Clean away the last unixmake vestigesRichard Levitte1-39/+0
2016-06-04Fix re-used function codeRich Salz1-1/+1
2016-06-04Ignore buildtest artifacts.Rich Salz1-0/+1
2016-06-04Add developer targets for each subdirectory we have something to build inRichard Levitte3-2/+115
2016-06-04Specifiy size of arraysKurt Roeckx3-4/+4
2016-06-04Check for overflows in EOC.Dr. Stephen Henson2-8/+15
2016-06-04Add support for fuzzing with AFLKurt Roeckx13-38/+136
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz3-5/+7
2016-06-04More utils cleanup.Rich Salz6-208/+32