aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Use X509_REQ_get0_pubkeyFdaSilvaYY2016-04-041-9/+2
* Add X509_REQ_get0_pubkey methodFdaSilvaYY2016-04-041-0/+7
* Fix two leaks in X509_REQ_to_X509FdaSilvaYY2016-04-041-4/+14
* crypto/poly1305: don't break carry chains.Andy Polyakov2016-04-0410-76/+146
* Fix memory leaks in ASN.1Emilia Kasper2016-04-041-1/+8
* Don't shadow known symbols write, read, puts, getsRichard Levitte2016-04-041-8/+8
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-034-26/+158
* Tidy up x509_vfy callback handlingViktor Dukhovni2016-04-033-289/+221
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-2/+2
* Various DSA opacity fixupsMatt Caswell2016-04-032-58/+12
* Make DSA_METHOD opaqueMatt Caswell2016-04-037-79/+372
* Make the DSA structure opaqueMatt Caswell2016-04-039-25/+140
* moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin2016-04-022-6/+8
* sizeof() updated to cover coding styleKirill Marinushkin2016-04-021-2/+2
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-022-30/+79
* Fix: CRYPTO_THREAD_run_onceMat2016-04-021-2/+2
* Fix X509_PUBKEY cached key handling.Dr. Stephen Henson2016-04-022-26/+65
* crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov2016-03-313-171/+272
* Fix "no-ui" configurationRichard Levitte2016-03-311-0/+2
* Remove the CRYPTO_mem_leaks adjustment for the BIOMatt Caswell2016-03-311-13/+1
* Fix buffer overrun in ASN1_parse().Ben Laurie2016-03-302-11/+20
* Fix pointer size issues on VMSRichard Levitte2016-03-302-0/+49
* Rearrange the use of 'proto' in BIO_lookupRichard Levitte2016-03-301-10/+11
* Remove X509_PUBKEY lock.Dr. Stephen Henson2016-03-301-19/+11
* Break out DllMain from crypto/cryptlib.c and use it in shared libs onlyRichard Levitte2016-03-303-49/+55
* Adapt bf_lbuf for opaque BIORichard Levitte2016-03-302-3/+2
* Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni2016-03-291-1/+2
* Fix the zlib config optionMatt Caswell2016-03-291-21/+31
* RT 4393: Call EC_GROUP_order_bits in priv2opt.David Benjamin2016-03-291-1/+1
* Make BIO opaqueMatt Caswell2016-03-2918-200/+361
* Add functions for creating BIO_METHODsMatt Caswell2016-03-293-3/+169
* Fix a big leak when using stack-allocated BIO items.FdaSilvaYY2016-03-291-17/+12
* poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov2016-03-292-9/+40
* crypto/seed: add small-footprint path.Andy Polyakov2016-03-292-485/+360
* VMS: update the properties of symbol searchRichard Levitte2016-03-231-4/+4
* Move dso.h to internalRich Salz2016-03-2312-16/+11
* Remove several unused undocumented functions.Rich Salz2016-03-237-378/+7
* Fix error codeFdaSilvaYY2016-03-231-1/+1
* Small fixups in DSORichard Levitte2016-03-231-1/+1
* Removed unused fields of CT_POLICY_EVAL_CTXRob Percival2016-03-221-2/+0
* remove unused references fieldDr. Stephen Henson2016-03-222-32/+0
* Have only one DSO_METHOD_opensslRich Salz2016-03-229-134/+22
* Make DSO opaque.Rich Salz2016-03-229-31/+118
* Make X509_PUBKEY opaqueDr. Stephen Henson2016-03-224-14/+27
* move x_pubkey.c to crypto/x509Dr. Stephen Henson2016-03-225-6/+6
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-2121-49/+49
* Adds s2i function for ct_precert_poison X509 extensionRob Percival2016-03-211-1/+6
* Fix memory leak where fdlookup linked list is not freed duringSteven Linsell2016-03-211-7/+9
* Fix no-sockMatt Caswell2016-03-211-0/+2
* Don't use hardcoded values for typesDr. Stephen Henson2016-03-211-13/+13