Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-07 | [doc] add documentation about migration | drebs | |
2017-09-05 | [docs] add auth documentation from drebs draft | Victor Shyba | |
-- Related: #8867 | |||
2017-07-13 | [doc] show second level in main doc | drebs | |
2017-07-12 | [doc] add reference, move deprecation | drebs | |
2017-07-11 | [doc] factor dev and ref out of main page | drebs | |
2017-07-10 | [doc] limit depth of toc | drebs | |
2017-07-08 | [feat] use OpenSSL backend for scrypt if available | Kali Kaneko | |
This needs OpenSSL >= 1.1, otherwise it will keep using the scrypt dependency. We should think about deprecating scrypt as a dependency when we can be sure that the adoption of libssl 1.1 is wide enough. I think that at some point (soledad 0.11 or so) we can drop the scrypt dependency, which was being somehow problematic at times (the _scrypt.so was not appearing when installing with pip, needed workarounds). From that moment on, we can raise an error if an old libssl is found and no scrypt can be imported - leaving that to the user/packager. In debian stretch and afterwards, you can get that version by installing libssl-dev - Related: #8472 | |||
2017-07-07 | [doc] add doc on benchmark sync tests sizes | drebs | |
Closes: #8884 | |||
2017-07-07 | [doc] add tests and benchmarks documentation | drebs | |
2017-06-28 | [docs] first draft of the incoming box specification | Kali Kaneko | |
2017-06-24 | [docs] add deprecation policy | Kali Kaneko | |
2017-06-07 | [doc] separate api in it's own section | drebs | |
2017-06-06 | [doc] move sphinx up to root of docs dir | drebs | |