Skip to content
#

encryption

Here are 5,757 public repositories matching this topic...

algo
RandomDSdevel
RandomDSdevel commented Sep 23, 2017

OS/Environment

None yet, but I'm working on OS X v10.11.6 'El Capitan' client-side. (See 'The way of deployment (cloud or local)' below for details on considered server infrastructure.)

Ansible version

None yet, as I haven't yet gotten that far into setting up Algo.

Version of components from requirements.txt

Not applicable (see above.)

Summary of the pro

davidben
davidben commented Mar 31, 2022

The documentation for X509_NAME_print says:

X509_NAME_print() prints out name to bp indenting each line by obase characters. Multiple lines are used if the output (including indent) exceeds 80 characters.
https://github.com/openssl/openssl/blob/master/doc/man3/X509_NAME_print_ex.pod

However, the implementation does not actually do this. obase and 80 figure into l, but l is decreme

branch: master branch: 1.1.1 good first issue triaged: documentation
Christilut
Christilut commented Nov 6, 2019

Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.

Describe the solution you'd like
After tab switching, scroll position should be remembere

ThomasWaldmann
ThomasWaldmann commented Apr 10, 2022

some tests are run as part of the borg self test which is executed at every start of borg.

as borg does not and must not require pytest for a normal installation, these tests must not use pytest.

there is a comment in the relevant test files (e.g. some crypto tests), but it is easy to miss.

guess we better add an assert checking that there is no pytest in the module namespace fo

berty
jspeedz
jspeedz commented Sep 5, 2019

What went wrong?

I'm getting deprecation warnings with openSSL encryption.

[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre

Someone take a look at this! good first issue
tutanota
toidiu
toidiu commented Apr 24, 2022

Problem:

Currently the s2n_connection->cookie_stuffer is used to track bytes related to the cookie value received in a HRR (HelloRetryRequest). This mean a growable stuffer is allocated and then resized based on the length of the cookie value.

Solution:

While the above works, it should be possible to simplify the code by instantiating the memory in the s2n_cookie_recv method.

yurivict
yurivict commented Aug 22, 2017

It currently says: "qTox is a powerful Tox client that follows the Tox design guidelines."

Problems:

  1. No need to say that this is qTox, because this is obvious from the application name.
  2. It isn't translated. Other apps have many sections like this:
Comment[fr]=Xxx
Comment[it]=Xxx

I recommend: "Qt 5 based Tox instant messenger for secure communication"
No need for the peri

C-bug M-packaging D-easy Good first issue

Improve this page

Add a description, image, and links to the encryption topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the encryption topic, visit your repo's landing page and select "manage topics."

Learn more