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 |
2016-07-01 |
Alessandro Ghedini | Fix printing private EC_KEY Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-07-01 |
Viktor Szakats | ssl.h: spelling in comment Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-30 |
FdaSilvaYY | Constify a bit more OPENSSL_sk_ API Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-30 |
FdaSilvaYY | Use directly zalloc in OPENSSL_sk_dup and OPENSSL_sk_deep_copy Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-30 |
Kurt Cancemi | Fix hmac test case 6 Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-30 |
Rich Salz | Restore clang builds in travis.yml
|
commit | commitdiff | tree |
2016-06-29 |
FdaSilvaYY | Whitespace cleanup in apps Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-29 |
FdaSilvaYY | Whitespace cleanup in ssl folder Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-29 |
FdaSilvaYY | Whitespace cleanup in crypto Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-29 |
FdaSilvaYY | Whitespace cleanup in docs Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-29 |
FdaSilvaYY | Spelling Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-27 |
Rich Salz | RT4586: Remove RSA_memory_lock; unused, not needed
|
commit | commitdiff | tree |
2016-06-26 |
Rich Salz | RT2680: Public EC key is shown as private
|
commit | commitdiff | tree |
2016-06-26 |
Rich Salz | RT2964: Fix it via doc
|
commit | commitdiff | tree |
2016-06-26 |
Rich Salz | Revert "RT2964: Fix it via doc"
|
commit | commitdiff | tree |
2016-06-25 |
Rich Salz | RT2964: Fix it via doc
|
commit | commitdiff | tree |
2016-06-24 |
Rich Salz | Add -ciphers flag to enc command
|
commit | commitdiff | tree |
2016-06-24 |
Nathaniel McCallum | Teach EVP_PKEY_HMAC keys how to EVP_PKEY_cmp() Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-23 |
Sebastian Andrzej... | utils/mkdir-p: check if dir exists also after mkdir... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-23 |
Rich Salz | RT2867: des_ede3_cfb1 ignored "size in bits" flag Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-21 |
mmiyashita | segmentation fault with 'openssl s_client -prexit ... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-21 |
Petr Vaněk | Fix typo Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-21 |
Rich Salz | More doc cleanup
|
commit | commitdiff | tree |
2016-06-20 |
Rich Salz | Avoid using latest clang since repo not available
|
commit | commitdiff | tree |
2016-06-20 |
David Benjamin | Make arm-xlate.pl set use strict. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-20 |
Dr. Matthias St... | RT3925: Remove trailing semi from macro
|
commit | commitdiff | tree |
2016-06-20 |
Kurt Cancemi | Remove pointless free loop in X509_TRUST_cleanup() Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-20 |
Kurt Cancemi | Remove pointless free loop in X509_PURPOSE_cleanup() Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-20 |
huangqinjin | doc and comment fixes Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-20 |
Kurt Cancemi | crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-20 |
Jiri Horky | RT3136: Remove space after issuer/subject
|
commit | commitdiff | tree |
2016-06-18 |
FdaSilvaYY | Add a comment after some #endif at end of apps source... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-18 |
FdaSilvaYY | Useless header include of openssl/rand.h Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-18 |
FdaSilvaYY | Useless includes Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-18 |
FdaSilvaYY | Missing NULL check on OBJ_dup result in x509_name_canon Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-18 |
FdaSilvaYY | Fix an MSVC warning. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-16 |
Rich Salz | Fix GCC build; make update; fix number re-use
|
commit | commitdiff | tree |
2016-06-16 |
FdaSilvaYY | Spelling fixes Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-16 |
Rich Salz | Fix build break.
|
commit | commitdiff | tree |
2016-06-16 |
Nathaniel McCallum | Add EVP_PKEY_get0_hmac() function Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-15 |
Rich Salz | RT4526: Call TerminateProcess, not ExitProcess
|
commit | commitdiff | tree |
2016-06-15 |
FdaSilvaYY | Constify input buffers of some X509V3 and X509_PURPOSE... Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-15 |
FdaSilvaYY | Constify X509_TRUST_add method. Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-15 |
FdaSilvaYY | Constify asn1/asn_mime.c Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-15 |
FdaSilvaYY | Constify some input buffers in asn1 Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-15 |
FdaSilvaYY | Constify CMS_get0_type input Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
2016-06-15 |
FdaSilvaYY | Constify UI Reviewed-by: Rich Salz <rsalz@openssl.org>
|
commit | commitdiff | tree |
next |