Małgorzata Olszówka

Results 4 issues of Małgorzata Olszówka

`OSSL_PROVIDER_set_default_search_path()` returns `int` value type according to this definition: ``` int OSSL_PROVIDER_set_default_search_path(OSSL_LIB_CTX *, const char *path); ``` CLA: trivial

branch: master
approval: review pending
triaged: documentation
cla: trivial
branch: 3.0

The general syntax for **content** according to [RFC 2315](https://datatracker.ietf.org/doc/html/rfc2315#section-7) associates a content type with content. ``` ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL...

branch: master
approval: ready to merge
triaged: feature
tests: present

The `openssl s_server` command-line tool does not use the untrusted certificate chain for building OCSP requests. Let's consider the following `openssl s_server` options: ``` -cert infile The certificate to use....

branch: master
approval: review pending
triaged: feature
tests: deferred

- fix unnecessary use of a comprehension - wrap too long lines - add missing module docstrings - remove object from class declarations - use python naming conventions - disable...