aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removes the SCT_verify* PODRob Percival2016-08-241-44/+0
* Documents the SCT validation functionsRob Percival2016-08-241-3/+45
* Removes {o2i,i2o}_SCT_signature from PODsRob Percival2016-08-241-15/+2
* Documents the CTLOG functionsRob Percival2016-08-242-4/+26
* Document the i2o and o2i SCT functionsRob Percival2016-08-241-3/+15
* Removes d2i_SCT_LIST.podRob Percival2016-08-241-45/+0
* Document that SCT_set_source returns 0 on failure.Rob Percival2016-08-241-1/+1
* Clarifies the format of a log's public key in the CONF fileRob Percival2016-08-241-2/+2
* Refer to OPENSSLDIR rather than "the OpenSSL install directory"Rob Percival2016-08-241-2/+2
* Adds history section to CT PODsRob Percival2016-08-2411-0/+44
* Fixes final issue in CT PODs highlighted by util/find-doc-nits.plRob Percival2016-08-241-0/+2
* Renames CT_POLICY_EVAL_CTX.pod to CT_POLICY_EVAL_CTX_new.podRob Percival2016-08-241-0/+0
* Adds copyright section to ct.podRob Percival2016-08-241-0/+9
* Adds newline after =cut in PODsRob Percival2016-08-249-9/+9
* Adds missing function names to NAME section of PODsRob Percival2016-08-244-9/+22
* Add enum definitions to CT podsRob Percival2016-08-242-0/+27
* Remove unnecessary bold tags in CT podsRob Percival2016-08-246-32/+32
* Add comment about calling CT_POLICY_EVAL_CTX_freeRob Percival2016-08-241-1/+5
* Fix comment about what SCT_LIST_validate does.Rob Percival2016-08-241-1/+1
* Add SSL_get0_peer_scts to ssl.podRob Percival2016-08-241-0/+2
* Fix comment about return value of ct_extract_tls_extension_sctsRob Percival2016-08-241-1/+1
* First draft of CT documentationRob Percival2016-08-2413-15/+679
* Remove some dead code from rec_layer_s3.cMatt Caswell2016-08-241-6/+0
* Remove useless assignmentMatt Caswell2016-08-241-2/+1
* Fix some resource leaks in the appsMatt Caswell2016-08-244-1/+26
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-244-212/+102
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-242-31/+50
* ec/asm/ecp_nistz256-*.pl: addition to perform stricter reduction.Andy Polyakov2016-08-244-89/+158
* ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2016-08-242-62/+84
* evp/bio_enc.c: stop using pointer arithmetic for error detection.Andy Polyakov2016-08-241-2/+5
* Fix no-sockMatt Caswell2016-08-241-1/+2
* Sanity check ticket length.Dr. Stephen Henson2016-08-231-3/+7
* 80-test_pkcs12.t: skip the test on Windows with non-Greek locale.Andy Polyakov2016-08-231-10/+20
* Fix math in BN_bn2dec comment.David Benjamin2016-08-231-2/+2
* SCT_set_source resets validation_statusRob Percival2016-08-231-0/+1
* Document that o2i_SCT_signature can leave the SCT in an inconsistent stateRob Percival2016-08-231-0/+2
* Removes {i2o,o2i}_SCT_signature from the CT public APIRob Percival2016-08-233-21/+23
* Prevent double-free of CTLOG public keyRob Percival2016-08-231-1/+1
* Internalizes SCT_verify and removes SCT_verify_v1Rob Percival2016-08-236-61/+15
* Update fuzz corporaKurt Roeckx2016-08-234156-608/+568
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-234-5/+5
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-2313-48/+52
* Constify some input parameters.FdaSilvaYY2016-08-234-15/+18
* Constify some inputs buffersFdaSilvaYY2016-08-236-12/+10
* Constify ASN1_PCTX_*FdaSilvaYY2016-08-232-12/+12
* Fix bio_enc_testMatt Caswell2016-08-231-8/+6
* Add some sanity checks when checking CRL scoresMatt Caswell2016-08-231-2/+2
* Remove some dead codeMatt Caswell2016-08-232-2/+0
* Sanity check an ASN1_object_size resultMatt Caswell2016-08-231-0/+2
* Check for error return from ASN1_object_sizeMatt Caswell2016-08-231-0/+3