2016-08-29 |
Rich Salz | Remove comment tags from structs (coding style)
|
commit | commitdiff | tree |
2016-08-29 |
Rich Salz | Use uppercase name for PCT_ enum
|
commit | commitdiff | tree |
2016-08-26 |
Rich Salz | Remove trailing zeros
|
commit | commitdiff | tree |
2016-08-22 |
Rich Salz | RT2676: Reject RSA eponent if even or 1 Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-21 |
Rich Salz | Move BIO index lock creation
|
commit | commitdiff | tree |
2016-08-20 |
Rich Salz | Add BIO_get_new_index()
|
commit | commitdiff | tree |
2016-08-19 |
Rich Salz | RT3940: For now, just document the issue.
|
commit | commitdiff | tree |
2016-08-19 |
FdaSilvaYY | Allow to run all speed test when async_jobs active Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-17 |
Rich Salz | Fix some doc nits.
|
commit | commitdiff | tree |
2016-08-16 |
FdaSilvaYY | two typo fixes Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-16 |
Gergely Nagy | Fix compilation when using MASM on x86 Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-15 |
Rob Percival | Replaces CT_POLICY_EVAL_CTX_set0 entries with new setters... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-15 |
Rob Percival | Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-15 |
Rob Percival | Improves CTLOG_STORE setters Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-12 |
Rich Salz | GH1446: Add SSL_SESSION_get0_cipher
|
commit | commitdiff | tree |
2016-08-12 |
Rich Salz | Check for bad filename in evp_test
|
commit | commitdiff | tree |
2016-08-10 |
jamercee | Fixed typo Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-10 |
JimC | Documented BIO_set_accept_port()/BIO_get_accept_port() Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-10 |
jamercee | Adapt BIO_new_accept() to call BIO_set_accept_name() Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-10 |
Rich Salz | Change callers to use the new constants.
|
commit | commitdiff | tree |
2016-08-10 |
Rich Salz | Add #defines for magic numbers in API.
|
commit | commitdiff | tree |
2016-08-10 |
Kurt Roeckx | Fix spelling of error code Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-10 |
Rich Salz | Add some const casts
|
commit | commitdiff | tree |
2016-08-10 |
Rich Salz | GH1383: Add casts to ERR_PACK
|
commit | commitdiff | tree |
2016-08-08 |
Cristian Stoica | speed.c: use size_t instead of int to match function... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-06 |
JimC | Fix CIPHER_DEBUG Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-06 |
Tomas Mraz | Fix irregularities in GENERAL_NAME_print(). Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-06 |
Rob Percival | Mkae CT_log_new_from_base64 always return 0 on failure Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-05 |
klemens | fixing too optimistic typo-fix Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-05 |
klemens | spelling fixes, just comments and readme. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-05 |
Rob Percival | Removes CTLOG_new_null from the CT public API Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-05 |
Rich Salz | Make update, etc.
|
commit | commitdiff | tree |
2016-08-04 |
Benjamin Kaduk | Remove some unused options from 10-main.conf Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-04 |
Rich Salz | Fix output text to avoid gratuitious git diff
|
commit | commitdiff | tree |
2016-08-04 |
Rich Salz | Remove get_hash completely
|
commit | commitdiff | tree |
2016-08-04 |
Rich Salz | Remove "lockit" from internal error-hash function
|
commit | commitdiff | tree |
2016-08-01 |
Wim Lewis | Additional CMS content types from RFC 4073, RFC 5083... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Useless allocation Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Fix some style issues Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Add missing help string Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Fix some awkward tests Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Merge some conditional blocks of code. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Simplify default inits, add const qualifiers Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Cast to right type, simplify array args Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Fix sharing of two static variables Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | ECDH test is only one operation to run Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-08-01 |
FdaSilvaYY | Fix three missing global declarations. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-30 |
Richard J. Moore | Fix the docs too Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-30 |
Richard J. Moore | Ignore the serial number for now and just do the rest. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-30 |
Richard J. Moore | Make some more X509 functions const. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-30 |
Viktor Szakats | rsa.c: fix incorrect guard for pvk-* options Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-28 |
Rich Salz | Various doc fixes.
|
commit | commitdiff | tree |
2016-07-26 |
David Benjamin | Use sk_CONF_VALUE_pop_free in do_ext_nconf error path. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-26 |
Jon Loeliger | RT4639: Typo when -DSSL_DEBUG
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Discard BIO_set(BIO* bio) method Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
russor | zero pad DHE public key in ServerKeyExchange message... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
Steffen Nurpmeso | RT4627: Doc patch: fix constant names Signed-off-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | explicit init Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Typo and comment fix Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Unused variable, and cleanups Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Unused variable cleanup Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Discard a dead option Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Discard some unused typedefs Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify X509|X509_CRL|X509_REVOKED_get_ext Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*() Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify ... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify i2s_ASN1_INTEGER, X509V3_get_d2i Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify input parameters of methods : Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Enforce and explicit some const casting Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify ASN1_buf_print Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify SXNET_add_id_* Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify EC_KEY_*_oct2priv() input buffer Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify CMS_decrypt_set1_key input buffer Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-25 |
FdaSilvaYY | Constify engine/eng_cnf.c internal method. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-20 |
FdaSilvaYY | Fix if/for/while( in docs Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-20 |
FdaSilvaYY | Fix a few if(, for(, while( inside code. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-20 |
FdaSilvaYY | Simplify buffer limit checking, and reuse BIO_snprintf... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-20 |
FdaSilvaYY | Code factorisation and simplification Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-20 |
FdaSilvaYY | Fix double calls to strlen Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-20 |
FdaSilvaYY | Simplify code related to tmp_email_dn. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-20 |
FdaSilvaYY | Use more X509_REQ_get0_pubkey & X509_get0_pubkey Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-20 |
Todd Short | OCSP_request_add0_id() inconsistent error return Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-19 |
Coty Sutherland | Resolve over command syntax error which causes 'make... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-19 |
Rich Salz | RT4593: Add space after comma (doc nits)
|
commit | commitdiff | tree |
2016-07-19 |
mrpre | Cleanup after sk_push fail Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-16 |
Miroslav Franc | fix memory leaks Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-12 |
David Benjamin | Fix DH error-handling in tls_process_key_exchange. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-08 |
Rich Salz | Update ordinals
|
commit | commitdiff | tree |
2016-07-08 |
Rich Salz | Platform sanity test
|
commit | commitdiff | tree |
2016-07-08 |
Rich Salz | GH1278: Removed error code for alerts
|
commit | commitdiff | tree |
2016-07-08 |
Rich Salz | Replace all #define's in pod pages.
|
commit | commitdiff | tree |
2016-07-06 |
Rich Salz | Add OPENSSL_NO_EC wrapper
|
commit | commitdiff | tree |
2016-07-04 |
Rich Salz | Update fuzz/README.md
|
commit | commitdiff | tree |
2016-07-02 |
Andreas Karlsson | Fix broken loading of client CAs Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-01 |
Rich Salz | Cleanup obj_dat.h, obj_dat.pl
|
commit | commitdiff | tree |
2016-07-01 |
mrpre | fix code formatting Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-01 |
mrpre | add return value for expand Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
next |